Skip to main content
DELETE
/
users
/
agents
/
{id}
Delete users agent
curl --request DELETE \
  --url https://api.zapthinker.com/users/agents/{id} \
  --header 'apikey: <api-key>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.zapthinker.com/llms.txt

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

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

id
string
required

Response

200 - application/json

OK

success
boolean