/api-key/:id

Permanently deletes an API key by its ID.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Delete API Key

Use this route to permanently revoke and delete an API key. Once deleted, any request using that key will be rejected. This action cannot be undone.

Path parameters

  • id (required): the UUID of the API key to delete.

Error scenarios

CodeErrorDescription
401UnauthenticatedInvalid or missing access-token header
403ForbiddenUser does not have permission to delete API keys
404Not FoundNo API key found with the given ID
500Internal Server ErrorUnknown server error
Path Params
uuid
required
Headers
string
enum
Allowed:
Response
200

API key deleted successfully

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!