Create Seed-Lists
Read an Account's Seed-Lists
Read a Single Seed-List
Update a Seed-List
Delete a Seed-List
Update an Account for a Seed-List
Read Account Data for a Seed-List
Deletes a seed list from an account. The MID is used from authentication. Make sure that:
If a seed-list GUID exists, this method inactivates all seeds in it.
| Status | Description |
|---|---|
| 204 | No content. |
| HTTP Status | Description |
|---|---|
| 400 | {id} isn't 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. |
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