DELETE /smtp/log/{identifier}

Delete SMTP transactional log entries identified by a message ID (enclosed in angle brackets with an @ sign) or a valid email address. Optionally narrow the deletion to a specific date range using from_date and to_date query parameters (YYYY-MM-DD format). The operation also removes any associated stored email preview content.

Servers

Path parameters

Name Type Required Description
identifier String Yes

MessageId or email address of the transactional log(s) to delete. Must be a valid message ID (enclosed in angle brackets with @ sign) or a valid email address.

Query parameters

Name Type Required Description
to_date String No

Ending date (YYYY-MM-DD) to narrow down logs for deletion

from_date String No

Starting date (YYYY-MM-DD) to narrow down logs for deletion

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.