Skip to main content
DELETE
/
api
/
agents
/
{agentId}
Delete an agent
curl --request DELETE \
  --url https://app.mandate.md/api/agents/{agentId} \
  --cookie laravel_session=
{
  "deleted": true
}

Authorizations

laravel_session
string
cookie
required

Laravel Sanctum cookie-based session authentication. Obtained via GitHub OAuth login on the dashboard.

Path Parameters

agentId
string<uuid>
required

Response

Agent deleted.

deleted
boolean
Example:

true