MailLeader
  1. Api Keys
MailLeader
  • Inicio
  • Comece Aqui
  • Comece a receber e-mails
  • Api
    • Authentication
      • Api Keys
        • Create ApiKey
          POST
        • Search ApiKeys
          GET
        • Remove ApiKey
          DELETE
    • User
      • Get authenticated user
    • Domain
      • Accounts
        • Create Account
        • List Accounts
        • Delete Account
      • Create Domain
      • Domains
      • Delete Domain
    • Mail
      • Send Mail
    • Billing
      • Licenses
        • Search License
        • Get License
      • Invoice
        • Get Invoice Details
        • Search Invoices
        • Get Invoice
      • Expenses
        • List Expenses
      • Profile
      • Domain Usage
      • Domain Usage Operational
      • Usage
      • Current License
    • Webhook
      • Create Webhook
      • Update Webhook
      • Search Webhook
  1. Api Keys

Remove ApiKey

DELETE
https://mail.devtcloud.com/api/v1/auth/api-key/{keyId}

Requisição

Authorization
Forneça seu token bearer no cabeçalho
Authorization
ao fazer requisições para recursos protegidos.
Exemplo:
Authorization: Bearer ********************
Parâmetros de Caminho

Respostas

🟢200Sucesso
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://mail.devtcloud.com/api/v1/auth/api-key/' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
    "message": "Chave de api removida"
}
Modificado em 2025-10-15 22:14:07
Página anterior
Search ApiKeys
Próxima página
User
Built with