Delete a webhook subscription
Authorizations
Path parameters
workspaceIdstring · uuidRequiredExample:
The ID for the workspace.
b4e02c85-c6d2-4b15-8885-e09671799c61
organizationIdstring · uuidRequiredExample:
The ID for the organization.
cb28a94e-8557-4394-80ea-5bbd2170d434
webhookSubscriptionIdstring · uuidRequiredExample:
The ID for the webhook subscription.
852883af-5f68-4204-b611-7ee8db9600f4
Responses
204
The webhook subscription was deleted successfully.
404
The webhook subscription was not found.
application/json
delete
DELETE /organizations/{organizationId}/workspaces/{workspaceId}/webhook-subscriptions/{webhookSubscriptionId} HTTP/1.1
Host: api.bird.com
Authorization: Bearer JWT
Accept: */*
No content
Last updated
Was this helpful?