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"
}

Authorizations

Authorization
string
header
required

Authentication using Personal Access Token (PAT) token

Path Parameters

id
string<int32>
required

Response

Success