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