Getting started
Analytics
Background tracks
Content
Languages
Organization settings
Project voices
Player settings
Player
Playlists
Webhooks
Projects
Roles
RSS Feed
Rules
Summarization Settings
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>'