Skip to content

Delete an API key

DELETE /api-keys/{id}

Revoke an API key. Takes effect immediately — subsequent requests with the deleted key return 401.

Terminal window
curl -X DELETE https://mail.3ava.com/api/api-keys/key_a1b2... \
-H "Authorization: Bearer am_DIFFERENT_KEY"

204 No Content