Delete a From Address
Delete a from address
Deleting a from address. From addresses can't be deleted if it is used in a mailing that is scheduled for sending or is currently being send.
DELETE https://api.cm.com/bulkemail/v1.0/accounts/{accountID}/fromaddresses/{fromAddressID}
DELETE Parameters
Name | In | Description | Required | Type | Example |
---|---|---|---|---|---|
AccountID | Path | The account guid | True | Guid | A8C062E4-ECFD-48D0-89B1-A37D2622B7A9 |
FromAddressID | Path | The from address guid | True | Guid | 860AB261-0A7A-470D-B615-F99523A38F4C |
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