DELETE/v3/webhooks/{webhook-id}Delete a v3 webhook

Delete a v3 webhook. Only v3 webhooks can be deleted through this endpoint.
headerAuthorizationAuthentication token (bearer token or API key).

Response

status401Invalid authentication token
{}

Example: Delete a v3 webhook

DELETE/v3/webhooks/2

headerAuthorizationBearer 7d7e7d87-a17d-4b21-8f2e-7de5f6f48fd7

Response

status200
headerAccess-Control-Expose-Headersauthorization, content-type
headerAccess-Control-Allow-Headersauthorization, content-type
headerAccess-Control-Allow-MethodsGET, POST, DELETE, OPTIONS, PUT
headerAccess-Control-Allow-Origin*
headerStrict-Transport-Securitymax-age=31536000; includeSubDomains
headerX-Frame-OptionsSAMEORIGIN
headerX-Content-Type-Optionsnosniff
headerX-XSS-Protection1; mode=block
headerContent-Security-Policydefault-src 'none'; frame-ancestors 'none'; base-uri 'none'; form-action 'none'
headerReferrer-Policyno-referrer
headerFeature-Policyself
headerPermissions-policyinterest-cohort=()
{}

Example: Reject deleting a non-v3 webhook