Use this endpoint to permanently revoke an API key. Revocation takes effect immediately — any request using the deleted key will receive aDocumentation Index
Fetch the complete documentation index at: https://docs.relayos.com.br/llms.txt
Use this file to discover all available pages before exploring further.
401 Unauthorized response. Use GET /v1/api-keys to find the id of the key you want to revoke.
Request
DELETE https://api.relayos.com.br/v1/api-keys/{id}
The unique identifier of the API key to revoke. Retrieve the
id from GET /v1/api-keys.Response
A successful revocation returns204 No Content with an empty response body.
A 204 No Content response with an empty body confirms the key has been revoked.