Delete Domain Address

Deletion Behavior

What happens when a domain address is removed

  • A successful request returns an empty success response body.
  • The address must belong to the parent domain in the path.
  • The parent domain must belong to the API key's workspace.
  • Writes are supported only for Leadpush domains.
DELETE
/v1/domains/:domain/addresses/:address

Permanently delete a sender address by UUID

Path parameters

domainstring Required

Domain UUID

addressstring Required

Domain address UUID

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