curl --request DELETE \
--url https://api.faces.sh/v1/auth/api-keys/{key_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Revoke an API key.
Revoked keys cannot be used for authentication but remain in the database for audit purposes.
curl --request DELETE \
--url https://api.faces.sh/v1/auth/api-keys/{key_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}