MailLeader
  1. Domain
MailLeader
  • Inicio
  • Comece Aqui
  • Comece a receber e-mails
  • Api
    • Authentication
      • Api Keys
        • Create ApiKey
        • Search ApiKeys
        • Remove ApiKey
    • User
      • Get authenticated user
    • Domain
      • Accounts
        • Create Account
        • List Accounts
        • Delete Account
      • Create Domain
        POST
      • Domains
        GET
      • Delete Domain
        DELETE
    • 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. Domain

Delete Domain

DELETE
https://mail.devtcloud.com/api/v1/domain/{domainId}

Requisição

Authorization
Adicionar parâmetro em header
x-api-key
Exemplo:
x-api-key: ********************
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/domain/' \
--header 'x-api-key: <api-key>'
Response Response Example
{
    "message": "Dominio removido"
}
Modificado em 2025-10-15 22:15:44
Página anterior
Domains
Próxima página
Send Mail
Built with