Skip to main content

Delete A Webhook Subscription

Log in to add to favourites
DELETE/api/management/projects/{projectId}/events/webhooks/subscriptions/{subscriptionId}

Parameters

NameParameter typeTypeFormatDescriptionExampleRequired
projectIdpathstringThe project identifier found in the project overview screen of the management console.movieDbtrue
subscriptionIdpathstringuuidThe unique identifier of the subscriptiontrue

Responses

HTTP status codeReasonModel
204Success
400An invalid payload was sent in the requestError
404Subscription not foundError
500Internal server errorError

Examples

Delete a specific webhook subscription for a project

HTTP
1
DELETE: /api/management/projects/movies/events/webhooks/subscriptions/a8badd75-37ef-40c3-ae0f-3a9881165595

Expected response

HTTP
1
HTTP Status: 204 No content

Still need help?

New support request