delete/v0/subscriptions/{subscriptionId}/filters/{filterId}
Page View
Filter endpoints allow you to review and manage filters for async messages. A filter can contain multiple rules, but you can only create one filter per subscription. Learn about filters.
You can retrieve, create, update, or delete filters.
Beta users may also use the endpoints for reviewing and managing filter links.
Delete subscription filter
Delete an existing filter from the subscription you specify in the request.
cURL request example
bash
Path Parameters
- subscriptionIdrequired, string
Displays the unique identifier of the subscription that the filter is applied to.
- filterIdrequired, string
Displays the unique identifier of the filter.