Suppression Groups
Delete Suppression Group
Delete a suppression group by ID using the AutoSend API.
DELETE
Authorizations
Bearer authentication header of the form Bearer
<token>, where <token> is your auth token.Path Parameters
The unique identifier of the suppression group to delete.
Response
Suppression group deleted successfullyExample:
trueConfirmation message.Example:
"Suppression group deleted successfully"Error Responses
Returned when attempting to delete the global suppression group.
Returned when no suppression group with the given ID exists on the project.