API Keys
Delete an API key
Deletes the API key identified by id. Deletion is permanent and revokes the key immediately.
delete/v1/api-keys/{id}
Path parameters
idinteger required
The unique ID of the API key.
Response
Returns a success confirmation. The API key is revoked.
Example response
{
"success": true
}