Delete time window

This method allows you to delete time win­dow. You can delete only time win­dow with sta­tus AVAILABLE.

Authorization and access

Autho­riza­tion process is described here. Each API request must also con­sist of unique Api-key obtained dur­ing appli­ca­tion reg­is­tra­tion togeth­er with client_id and client_secret.

Url parameters and connection settings

  • URL: https://api.platform.trans.eu
  • End­point: /ext/dock-scheduler-api/v1/warehouse/timeWindow/{id}
  • Http Method: DELETE

Headers

  • Accept: application/json
  • Con­tent-type: application/json
  • Autho­riza­tion: Bear­er {access_token}
  • Api-key: {unique_ap­p_api-key}

Example request

DELETE https://api.platform.trans.eu/dock-scheduler-api/v1/warehouse/timeWindow/7418

Response

204 No Content