curl -X DELETE https://api.thalbank.com/apiKeys/e5f6a7b8-c9d0-1234-ef01-23456789abcd \
-H "Authorization: Bearer eyJhbGciOiJIUzI1NiIs..."
{}
API Keys
Deletar API Key
Remove permanentemente uma API Key
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 retornar401 Unauthorized.
Esta acao e irreversivel. Certifique-se de que nenhuma integracao ativa usa esta key antes de deletar.
Request
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..."
{}
Was this page helpful?