Delete API key
Permanently revoke and delete an API key.
Permanently revoke and delete an API key.
ApiKeyAuth In: header
application/json
application/json
curl -X DELETE "https://commet.co/api/v1/api-keys/string"Permanently revoke and delete an API key.
API key public ID
{
"success": true,
"data": {
"object": "api_key",
"livemode": true,
"id": "string",
"deleted": true
}
}{
"success": false,
"error": {
"type": "validation_error",
"code": "string",
"message": "string",
"doc_url": "string",
"param": "string"
}
}