DELETE /messaging/v1/email/seed-lists/{id}
Deletes a seed list from an account. The MID is used from authentication. Ensure that:
- The MID is activated for MCSeedList.
- The Principal has AppId associated with it to validate that a partner is calling in.
- The AppId is associated with the seed-list guid (one partner can't update the seed-list of another partner).
If a seed-list GUID exists, this method inactivates all seeds in it.
Status | Description |
---|---|
204 | No content. |
HTTP Status | Description |
---|---|
400 | {id} is not a valid SeedList ID. |
400 | Cannot find seed-list with this id: {id}. |
404 | The seed-list id (GUID) doesn't belong to the PartnerId. |
429 | API rate limit throttling is preventing success. |