Webhooks
Unsubscribe
Unsubscribe a vehicle from a webhook.
DELETE
/
vehicles
/
{id}
/
webhooks
/
{webhook_id}
Request
Header
Authorization
string
requiredIn the format Bearer {application_management_token}
. You can find your application_management_token
under
your Application Configuration in Dashboard.
Path
id
string
requiredThe vehicle ID of the vehicle you are making a request to.
webhook_id
string
requiredThe webhook id you are unsubscribing the vehicle from.
Response
status
string
Status of the request.
Was this page helpful?