cURL
curl --request DELETE \ --url https://api.trata.ai/v1/ai-agents/{agent_id} \ --header 'Authorization: Bearer <token>'
{ "message": "Success" }
Delete a Specific AI Agent by ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the agent
AI Agent deleted successfully
The response is of type object.
object