FruxonDocs
IntegrationsWebhooks

Delete a webhook subscription.

Detaches one subscriber from the webhook; the webhook itself and any other subscribers are untouched. The subscriber stops receiving events on the next inbound delivery. To remove the webhook entirely, use `DELETE WebhookItem` instead.

DELETE
/v1/tenants/{tenant}/webhooks/{webhookId}/subscriptions/{subscriptionId}
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

subscriptionId*string

The subscription ID to delete.

Formatuuid
tenant*string

The tenant identifier

webhookId*string

Response Body

curl -X DELETE "https://api.fruxon.com/v1/tenants/string/webhooks/string/subscriptions/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}