Referenceauth
Revoke an API key
Soft-revokes — the key stops authenticating but the record is retained.
curl -X DELETE "https://loading/auth/api-keys/string"{
"status": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}