Chaves de API
Excluir uma chave de API
Exclua uma chave de API do CometAPI por ID para a conta autenticada.
DELETE
cURL
Use este endpoint para excluir uma chave de API por ID.Documentation Index
Fetch the complete documentation index at: https://apidoc.cometapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Gere um personal access token em Console → Personal Settings e, em seguida, envie-o como o valor bruto do cabeçalho
Authorization. Não o prefixe com Bearer.id é o ID numérico da chave retornado por List API keys. Excluir uma chave é permanente para esse valor de chave; crie uma nova chave de API se a integração precisar de credenciais novamente.Autorizações
Personal access token copied from CometAPI Console > Personal Settings. Send the raw token value; do not prefix it with Bearer.
Parâmetros de caminho
Numeric API key ID returned by the list endpoint. Deleting this ID permanently invalidates that key value.