cURL
curl --request DELETE \ --url http://localhost:63372/api/captain/agents/{id} \ --cookie captain_session=
{ "ok": true }
Delete an agent. Cannot delete the only default agent.
HMAC-signed session cookie returned by /api/captain/auth/login. Valid for 7 days. Invalidated when password changes.
Agent ID
Success
true