curl --request DELETE \
--url https://api.shipbob.com/2.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"
}curl --request DELETE \
--url https://api.shipbob.com/2.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"
}