cURL
curl --request DELETE \ --url http://sandbox.mintlify.com/organizations/{organizationId}/api-keys/{id} \ --header 'Authorization: Bearer <token>'
Permanently delete an API key
curl -X DELETE http://localhost:3001/api/organizations/acme-corp/api-keys/abc123 \ -H "Authorization: Bearer <token>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
API key deleted successfully