cURL
curl --request POST \ --url https://api.base39.io/v1/tenants/api-keys/{api_key}/revoke \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "revokeIn": "2023-04-19T13:10:00.000Z" }'
Revoga uma chave da API.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Chave única de idempotência para evitar duplicação de requisições.
ID da chave da API
Objeto revogado com sucesso.