v1

latestOpenAPI 3.0.32026-07-13353343.5 KB
Webhooks

Unsubscribe Webhook

Description

Delete a webhook for a vehicle.

Permission

required: webhook:read

delete/vehicles/{vehicle_id}/webhooks/{webhookId}

Response

Unsubscribe from a webhook

status'SUCCESS' | 'FAILED'
messagestring nullable

Example response

{
  "status": "SUCCESS"
}