Path parameters
-
id
string Required ID of the apikey to delete
DELETE
/api/v1/api-key/{id}
curl \
--request DELETE 'https://api.crawlora.com/api/v1/api-key/{id}' \
--header "x-api-key: $API_KEY"
Response examples (401)
{
"is_error": true,
"message": "string",
"correlator_id": "string",
"data": {}
}
Response examples (404)
{
"is_error": true,
"message": "string",
"correlator_id": "string",
"data": {}
}