Delete a From Domain
Delete a from domain
Deleting a from domain. When you delete a from domain, all from addresses of that domain will be removed. If any mailing is scheduled, it will be cancelled.
DELETE https://api.cm.com/bulkemail/v1.0/accounts/{accountID}/fromdomains/{fromDomainID}
DELETE Parameters
Name | In | Description | Required | Type | Example |
---|---|---|---|---|---|
AccountID | Path | The account guid | True | Guid | A8C062E4-ECFD-48D0-89B1-A37D2622B7A9 |
FromDomainID | Path | The from domain guid | True | Guid | EB7100FB-186A-4B61-91A1-64D65493E23BC |
X-CM-PRODUCTTOKEN | Header | Your product token | True | Guid | C24A5029-37DD-4161-9728-F80D8639588E |
Responses
Http status | Description |
---|---|
204 | Successful deleted |
400 | Bad request |
Updated about 2 years ago