Email Logs
Delete an email attachment
Removes the file from S3 and strips it from this email log and any sibling rows with the same messageId. Identifies the row via body.emailLogId.
delete/email-logs/attachments
Request body
Example request
{
"emailLogId": 75272,
"url": "https://s3.eu-west-2.amazonaws.com/staging.example.org/uploads/abc.pdf"
}Response
Email attachment deleted successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.