Webhooks V2

Delete Webhook Endpoint

Deletes a webhook endpoint. Requires webhooks:write scope.

delete/v2/projects/{project_id}/webhook_endpoints/{endpoint_id}

Path parameters

project_idstring required

Project ID

Project ID

endpoint_idstring required

Webhook endpoint ID

Webhook endpoint ID

Query parameters

format'superwall' | 'superwall_v2'

Which webhook delivery application this endpoint belongs to. superwall_v2 receives typed Superwall V2 payloads. Defaults to superwall.

Which webhook delivery application this endpoint belongs to. superwall_v2 receives typed Superwall V2 payloads. Defaults to superwall.

Response

Success

idstring required

ID of the deleted webhook endpoint

object'webhook_endpoint' required

Object type, always webhook_endpoint

deletedtrue required

Always true for deletion responses

Changes

No recorded changes to this endpoint across all 1 revision of this API.