DELETE
/
api
/
v1
/
agents
/
:agent_id

This endpoint deletes a specific agent.

HTTP Request

DELETE https://api.gptlab.cloud/api/v1/agents/:agent_id

Path Parameters

  • agent_id: The ID of the agent to be deleted.

Response The response to this request will vary depending on the implementation. Typically, a successful deletion might return a success status code with minimal content or a confirmation message.