Delete API key (Admin)
Delete an API key by its unique identifier (Admin).
Authorization
Bearer AuthorizationBearer <token>
JWT Authorization header using the Bearer scheme. Example: 'Bearer {token}'
In: header
Path Parameters
id*string
The ID of the API key to delete.
Format
uuidResponse Body
application/json
curl -X DELETE "https://example.com/api/v2/api-keys-admin/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty