Skip to main content
DELETE
/
1.0
/
webhook
/
{id}
Delete an existing webhook subscription
curl --request DELETE \
  --url https://api.shipbob.com/1.0/webhook/{id} \
  --header 'Authorization: Bearer <token>'
{
  "$type": "string",
  "detail": "string",
  "errors": {
    "property1": [
      "string"
    ],
    "property2": [
      "string"
    ]
  },
  "extensions": {
    "property1": {},
    "property2": {}
  },
  "instance": "string",
  "status": 0,
  "title": "string",
  "type": "string"
}
API 1.0 is deprecated and will be sunset on July 31, 2026. Please migrate to the latest API version. See our Versioning Policy for details.

Authorizations

Authorization
string
header
required

Authentication using Personal Access Token (PAT) token

Path Parameters

id
string<int32>
required

Response

Success