cURL
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" }
Authentication using Personal Access Token (PAT) token
Success
Was this page helpful?