v1

latestOpenAPI 3.1.02026-07-241120379.1 KB

Unsubscribe webhook

Scope required: write_webhooks

Rate limit - 5/s

delete/2023-10/webhook/{webhookId}/unsubscribe

Path parameters

webhookIdinteger required

The id of the webhook which the merchant wants to unsubscribe. The id can be found in the list APIs of subscribed webhooks for the store.

Response

200

successboolean
messagestring
{"stackTrail":"paths:/2023-10/webhook/{webhookId}/unsubscribe:delete:responses:200:content:application/json:schema:properties:data","oasType":"schema","type":"unknown"}
codestring

Example response

{
  "success": true,
  "message": "Webhook Unsubscribed Successfully",
  "code": "SUCCESS"
}