Delete API key
Allows you to delete an API key, in case it needs to be rotated.
Path parameters
-
the ID of the API Key to delete
DELETE /api/api_keys/{id}
curl \
-X DELETE http://localhost:4000/api/api_keys/{id}
Response examples (401)
{
"error": "Error Reason"
}
Response examples (401)
{
"error": "Error Reason"
}
Response examples (404)
{
"error": "Error Reason"
}
Response examples (404)
{
"error": "Error Reason"
}