Create Suppression Entries
POST/suppression-list
Creates suppression entries for the specified account. Parent accounts can create suppression entries for all associated sub-accounts. If suppression_type is not provided, it defaults to 'non-transactional'. The operation is atomic, meaning all entries are successfully added or none are added if an error occurs.
Request
Responses
- 201
- 400
- 409
- 413
- 500
- 503
All suppression entries were successfully created.
Bad request. The request body is invalid.
Conflicts. One or more suppression entries in the request already exist and cannot be created again.
Payload too large. The request exceeds the maximum allowed total of 1000 suppression entries for the parent account and/or its sub-accounts.
An unexpected internal error occurred.
Temporarily unavailable for maintenance.