Managing Subscriptions
Delete a webhook subscription
Permanently delete a webhook subscription and stop all deliveries to it.
DELETE
Permanently delete a webhook subscription. Deliveries to its URL stop immediately. This cannot be undone. To pause deliveries without deleting, set
is_active to false with update instead.
Path parameters
| Parameter | Type | Description |
|---|---|---|
id | string | The webhook subscription ID |
Response
Returns204 No Content with an empty response body on success.
Errors
| Status | Scenario |
|---|---|
401 | Missing or invalid API key |
403 | The API key is read-only and cannot perform write operations |
404 | No subscription with this ID exists for the shop |
429 | Rate limit exceeded (6 requests/second) |