cURL
curl --request DELETE \ --url http://localhost:63372/api/captain/auth/api-keys/{id} \ --cookie captain_session=
{ "ok": true }
Revoke and permanently delete an API key.
HMAC-signed session cookie returned by /api/captain/auth/login. Valid for 7 days. Invalidated when password changes.
API key ID (UUID)
Success
true