cURL
curl --request DELETE \ --url https://api.sentio.ai/agents/{id} \ --header 'Authorization: Bearer <token>'
This response has no body data.
Deletes an agent by ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of agent to delete