DELETE
/
webhook
/
{id}
curl --request DELETE \
  --url https://api.shipbob.com/1.0/webhook/{id} \
  --header 'Authorization: <api-key>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Provide your personal access token in the format 'Bearer {your_personal_access_token}'

Path Parameters

id
string
required

Response

204

Success