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}
string
required
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.