Skip to main content

Bulk Delete Notification Templates

POST 

/notification-templates/bulk-delete

This lets you bulk delete templates that you previously created for your site. Since this is a beta feature, please contact support to enable usage.

Request

Body

arrayrequired
  • Array [
  • key stringrequired
    medium string

    Possible values: [EMAIL, PHONE, SMS]

    locale string

    The locale for the message text, a BCP 47 language tag.

  • ]

Responses

No content - indicates the request was successful but there is no content to be returned in the response.

Loading...