Skip to main content
DELETE
/
v1
/
agents
/
{agentId}
Delete an agent
curl --request DELETE \
  --url https://api.devic.ai/v1/agents/{agentId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "deletedId": "<string>"
}

Authorizations

Authorization
string
header
required

Use JWT token for authentication

Path Parameters

agentId
string
required

The unique identifier of the agent to delete

Response

Agent deleted successfully

success
boolean

Success status

message
string

Success or error message

deletedId
string

Deleted agent ID