Delete a webhook subscription
Log in to add to favouritesDELETE/api/management/projects/{projectId}/events/webhooks/subscriptions/{subscriptionId}
Parameters
Name | Parameter type | Type | Format | Description |
---|---|---|---|---|
projectId(required) | path | string | - | The project identifier found in the project overview screen of the management console. |
subscriptionId(required) | path | string | uuid | The unique identifier of the subscription |
Responses
Examples
Delete a specific webhook subscription for a project
DELETE: /api/management/projects/movies/events/webhooks/subscriptions/a8badd75-37ef-40c3-ae0f-3a9881165595
Expected response
HTTP Status: 204 No content