curl --request DELETE \
--url https://api.coval.dev/v1/api-keys/{api_key_id} \
--header 'X-API-Key: <api-key>'{
"error": {
"code": "UNAUTHENTICATED",
"message": "Authentication failed",
"details": [
{
"field": "X-API-Key",
"description": "Invalid or missing API key"
}
]
}
}Permanently delete an API key. This action cannot be undone.
curl --request DELETE \
--url https://api.coval.dev/v1/api-keys/{api_key_id} \
--header 'X-API-Key: <api-key>'{
"error": {
"code": "UNAUTHENTICATED",
"message": "Authentication failed",
"details": [
{
"field": "X-API-Key",
"description": "Invalid or missing API key"
}
]
}
}Was this page helpful?