Deactivates selected freight publication, which was previously created by logged user or any other user’s company employee.
Url parameters and connection settings
- URL: https://api.platform.trans.eu
- Endpoint: /ext/freights-api/v1/cancelPublication/{freight-id}
- Method: POST
Headers:
- Content-type: application/json
- Accept: application/json
- Authorization: Bearer {access_token}
- Api-key: {unique_app_api-key}
Authorization and access
Authorization process is described here. Each API request must also consist of unique Api-key obtained during application registration together with client_id and client_secret.
Requirements
To be deactivated, freight publication must be active and not accepted.
Response
Response for properly given freight id is Http code 200 with no response content.