HTTP - Management
Removed from your favourites
Delete A Webhook Subscription
Created by c.neale, last modified by zengenti on 25 Nov 2020
A webhook subscription resource can be deleted by sending a DELETE request to the webhook subscriptions resource collection for the specific subscription ID.
DELETE/api/management/projects/{projectId}/events/webhooks/subscriptions/{subscriptionId}
Parameters
Name | Parameter type | Type | Format | Description | Example | Required |
---|---|---|---|---|---|---|
projectId | path | string | The project identifier found in the project overview screen of the management console | movieDb | true | |
subscriptionId | path | string | uuid | The unique identifier of the subscription | true |
Examples
Delete a specific webhook subscription for a project
HTTP
DELETE: /api/management/projects/movies/events/webhooks/subscriptions/a8badd75-37ef-40c3-ae0f-3a9881165595
Expected response
HTTP
HTTP Status: 204 No content