Getting started
Analytics
Content
Languages
Player settings
Player
Playlists
Webhooks
RSS Feed
Rules
Video Settings
Webhooks
Delete webhook
Webhooks
Delete webhook
Deletes a webhook in a project.
DELETE
/
projects
/
{project_id}
/
webhooks
/
{id}
curl --request DELETE \
--url https://api.beyondwords.io/v1/projects/{project_id}/webhooks/{id} \
--header 'X-Api-Key: <api-key>'
Authorizations
Response
204
successful
curl --request DELETE \
--url https://api.beyondwords.io/v1/projects/{project_id}/webhooks/{id} \
--header 'X-Api-Key: <api-key>'