DELETE
/
vehicles
/
{id}
/
webhooks
/
{webhook_id}
curl "https://api.smartcar.com/v2.0/vehicles/{id}/webhooks/{webhook_id}" \
-H "Authorization: Bearer {application_management_token}" \
-X "DELETE"
{
    "status": "success"
}

Request

Header

Authorization
string
required

In the format Bearer {application_management_token}. You can find your application_management_token under your Application Configuration in Dasbhoard.

Path

id
string
required

The vehicle ID of the vehicle you are making a request to.

webhook_id
string
required

The webhook id you are unsubscribing the vehicle from.

Response

status
string

Status of the request.