Postmark API
  1. Inbound Rules API
Postmark API
  • Bounces API
    • Get bounces
      GET
    • Get a single bounce
      GET
    • Activate a bounce
      PUT
    • Get bounce dump
      GET
    • Get delivery stats
      GET
  • Sending API
    • Send a single email
      POST
    • Send a batch of emails
      POST
    • Send a batch of email using templates.
      POST
    • Send an email using a Template
      POST
  • Messages API
    • Inbound message search
      GET
    • Bypass rules for a blocked inbound message
      PUT
    • Inbound message details
      GET
    • Retry a failed inbound message for processing
      PUT
    • Outbound message search
      GET
    • Clicks for a all messages
      GET
    • Retrieve Message Clicks
      GET
    • Opens for all messages
      GET
    • Retrieve Message Opens
      GET
    • Outbound message details
      GET
    • Outbound message dump
      GET
  • Server Configuration API
    • Get Server Configuration
      GET
    • Edit Server Configuration
      PUT
  • Stats API
    • Get outbound overview
    • Get bounce counts
    • Get click counts
    • Get browser usage by family
    • Get clicks by body location
    • Get browser plaform usage
    • Get email open counts
    • Get email client usage
    • Get email platform usage
    • Get sent counts
    • Get spam complaints
    • Get tracked email counts
  • Templates API
    • Get the Templates associated with this Server
    • Create a Template
    • Test Template Content
    • Delete a Template
    • Get a Template
    • Update a Template
  • Inbound Rules API
    • List inbound rule triggers
      GET
    • Create an inbound rule trigger
      POST
    • Delete a single trigger
      DELETE
  1. Inbound Rules API

Delete a single trigger

DELETE
/triggers/inboundrules/{triggerid}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE '//api.postmarkapp.com//triggers/inboundrules/' \
--header 'X-Postmark-Server-Token;'
Response Response Example
200 - Example 1
{
    "ErrorCode": 0,
    "Message": "string"
}

Request

Path Params

Header Params

Responses

🟢200OK
application/json
Body

🟠422422
🔴500500
Modified at 2023-08-16 02:49:25
Previous
Create an inbound rule trigger
Built with