Delete spam reports
DELETE https://api.sendgrid.com/v3/suppression/spam_reports
This endpoint allows you to delete your spam reports.
There are two options for deleting spam reports:
1) You can delete all spam reports by setting delete_all
to true in the request body.
2) You can delete some spam reports by specifying the email addresses in an array in the request body.
Spam reports happen when a recipient indicates that they think your email is spam and then their email provider reports this to SendGrid.
For more information, please see our User Guide.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |