Skip to main content
DELETE
/
orgs
/
{org_id}
/
emails
/
domains
/
{domain_id}
Delete an Email Domain
curl --request DELETE \
  --url https://api.useinvent.com/orgs/{org_id}/emails/domains/{domain_id}
null

Path Parameters

org_id
string
required

The ID of the org

domain_id
string
required

The ID or domain name of the email domain

Response

200 - application/json

The response is of type unknown.