Skip to main content

Delete a Subscription

DELETE 

/trigger-subscriptions/:id

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.

Deletes an existing subscription to a trigger.

Request

Path Parameters

    id stringrequired

    Subscription ID

    Example: 0f11f2a4-7c94-4bf3-a2bd-742580fe3bde

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Responses

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

Loading...