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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.devic.ai/llms.txt

Use this file to discover all available pages before exploring further.

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