v126

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-08-04957391.2 MB
API Keys

Delete an API key

Delete an existing API key. Management key required.

delete/keys/{hash}

Path parameters

hashstring required

The hash identifier of the API key to delete

Example:f01d52606dc8f0a8303a7b5cc3fa07109c2e346cec7c0a16b40de462992ce943

The hash identifier of the API key to delete

Response

API key deleted successfully

deletedtrue required

Confirmation that the API key was deleted

Example response

{
  "deleted": true
}