API ReferenceAPI Keys
Delete Api Key
Revoke an API key to immediately disable access.
Use this when a key is no longer needed, compromised, or when rotating credentials. Any requests using this key will fail immediately after deletion.
curl -X DELETE "https://loading/v1/api-keys/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}