Skip to main content

Bulk Delete Notification Templates

POST 

/notification-templates/bulk-delete

experimental

This API is currently in an experimental state. The API is subject to change based on feedback and further testing. You must include the X-SailPoint-Experimental header and set it to true to use this endpoint.

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

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Body

array

required

  • 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...