SwiftFleet
Leverings- & flådestyring
Deletes a single train based on the ID supplied
cURL
curl --request DELETE \ --url http://sandbox.mintlify.com/train/{id} \ --header 'Authorization: Bearer <token>'
This response has no body data.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of train to delete
Was this page helpful?