Revoke an API key
Revoke an API key. Subsequent requests presenting the revoked key fail with 401 invalid_api_key within seconds.
DELETE
/v1/api-keys/{id}
Preview
https://api.routeur.ai
Path parameters
id
string
required
API key id (the
id field, not the prefix or the secret itself).Returns
Status 204 with an empty body. Revocation is permanent.