My App
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.

DELETE
/v1/api-keys/{api_key_id}

Path Parameters

api_key_id*string
Formatuuid

Response Body

application/json

curl -X DELETE "https://loading/v1/api-keys/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}