Request
DELETE https://backend.net0.com/v1/travels/{travelId}
Delete an existing travel arrangement available on your Net0 account with this endpoint.
curl --location --request DELETE 'https://backend.net0.com/v1/travels/639bde0e-f45e-4e9e-af74-d605b48d1g98' \
--header 'x-api-key: <API_KEY>' \
--data-raw ''
Parameters
Attribute | Type | Description | In |
---|---|---|---|
travelId | String | The id of the travel to be deleted. | path |
Response
The response returns an HTTP status code of 204: 'No Content'
, meaning that the batch movement was deleted successfully.