Skip to main content
DELETE
/
v1
/
admin
/
trips
/
components
/
{componentId}
Remove a trip component
curl --request DELETE \
  --url https://{operatorDomain}/v1/admin/trips/components/{componentId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Path Parameters

componentId
string
required

Response

200 - application/json

Removed component

data
object