webhook_id
for the company with ID company_id
. Webhook notifications will no longer be sent to this endpoint and this cannot be undone. The Add Webhook Subscription webhook endpoint must be used in order to create a new webhook subscription record to otherwise restore a deleted webhook subscription.webhook_id
can be retrieved from the Get All Webhook Subscriptions for a Company endpointcurl --location --request DELETE 'https://fleet.roscolive.com/api/v1.0/companies/825/webhook?webhook_id=42'
{
"meta": {
"code": 200
},
"response": "success",
"result": "OK"
}