API Keys
Revoke API key
Permanently revokes the selected API key.
delete/api/v1/api-keys/{id}
Path parameters
idstring required
Resource ID returned by the matching create or list endpoint.
Response
Success
Example response
{
"success": true
}Permanently revokes the selected API key.
Resource ID returned by the matching create or list endpoint.
Success
{
"success": true
}