Delete vehicle offer from vehicle exchange
Url parameters and connection settings
- URL: https://api.platform.trans.eu
- Endpoint: /ext/vehicles-api/v1/vehicles/:offerId
- Method: DELETE
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.
Example request
DELETE https://api.platform.trans.eu/ext/vehicles-api/v1/vehicles/202588131
Status codes:
- 204 — vehicle deleted, no content
- 404, 422 — vehicle not deleted — such offerId does not exists