cURL
curl --request DELETE \ --url https://api.devic.ai/v1/agents/{agentId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "deletedId": "<string>" }
Deletes an agent. Note: This does not delete associated threads.
Documentation IndexFetch the complete documentation index at: https://docs.devic.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.devic.ai/llms.txt
Use this file to discover all available pages before exploring further.
Use JWT token for authentication
The unique identifier of the agent to delete
Agent deleted successfully
Success status
Success or error message
Deleted agent ID