Delete Domain

Deletion Behavior

What happens when a domain is removed

  • A successful request returns an empty success response body.
  • The domain must belong to the API key's workspace.
  • Requests for domains outside the workspace return 404.
DELETE
/v1/domains/:domain

Permanently delete a sending domain by UUID

Path parameters

domainstring Required

Domain UUID

Delete Domain
curl -X DELETE https://api.leadpush.io/v1/domains/:domain \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {token}"