Permanently deletes the agent and all associated data.
cURL
curl --request DELETE \ --url https://app.mandate.md/api/agents/{agentId} \ --cookie laravel_session=
{ "deleted": true }
Laravel Sanctum cookie-based session authentication. Obtained via GitHub OAuth login on the dashboard.
Agent deleted.
true
Was this page helpful?