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

Authorizations

Authorization
string
header
required

Use JWT token for authentication

Path Parameters

identifier
string
required

The unique identifier of the assistant to delete

Response

Assistant deleted successfully

success
boolean

Success status

message
string

Success or error message

deletedId
string

Deleted assistant ID