DELETE /messaging/v1/email/seed-lists/{id}

Deletes a seed list from an account. The MID is used from authentication. Make sure 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.

Response 

StatusDescription
204No content.

Validation Failure Scenarios 

HTTP StatusDescription
400{id} isn't a valid SeedList ID.
400Cannot find seed-list with this id: {id}.
404The seed-list id (GUID) doesn't belong to the PartnerId.
429API rate limit throttling is preventing success.

Usage 

This example shows how to delete a seed list by specifying its ID.

1DELETE /messaging/v1/email/seed-lists/{id}

The API responds with a success message.

1204 No Content

Related Items 

DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!