curl --request DELETE \
--url https://api.example.com/api-keys/{key_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Deletes a specific API key
curl --request DELETE \
--url https://api.example.com/api-keys/{key_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Successful Response