Skip to main content
DELETE
/
apiKeys
/
{id}
curl -X DELETE https://api.thalbank.com/apiKeys/e5f6a7b8-c9d0-1234-ef01-23456789abcd \
  -H "Authorization: Bearer eyJhbGciOiJIUzI1NiIs..."
{}

Descricao

Deleta uma API Key. Todas as requisicoes usando esta key passarao a retornar 401 Unauthorized.
Esta acao e irreversivel. Certifique-se de que nenhuma integracao ativa usa esta key antes de deletar.

Request

id
string
required
UUID da API Key a remover.
curl -X DELETE https://api.thalbank.com/apiKeys/e5f6a7b8-c9d0-1234-ef01-23456789abcd \
  -H "Authorization: Bearer eyJhbGciOiJIUzI1NiIs..."
{}