delete
https://production-api.shoutaboutus.com/api/v1/partner/webhooks/
Soft-delete the subscription (sets deleted_at) and forces is_active=false in one transaction so any already-queued retry attempts exit silently. Delivery-log rows are retained. Soft-deleting frees the delivery_kind slot, so a new subscription of the same kind can be created afterward. No request body required.
Auth: Partner — authentication; findCallerSubscription enforces bundle_id === 1 and scopes by partner_company_id (404 if not owned).
Rate limit: No rate limit.
Request
- No body.
Response — { data: { data: {.} } } envelope (HTTP 200).
data.data.subscription_id(int)data.data.status(string) —deleted
Path params
| Parameter | Type | Required | Notes |
|---|---|---|---|
webhookSubscriptionId | integer | Required | Digits only. |
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
