Skip to main content
DELETE
/
v1
/
transport
/
lane
/
{uuid}
Delete a transport lane
curl --request DELETE \
  --url https://app.variable.global/api/v1/transport/lane/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Success"
}
Requires permission:

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uuid
string
required

A lane's uuid or syncId.

Response

Success

message
string
Example:

"Success"