Deletes work break

  1. HTTP Request
  2. Path Parameters
  3. Responses
    1. Code 200
      1. Representation
      2. Fields
    2. Code 401
    3. Code 403
    4. Code 404
    5. Code 422

Deletes work break from the route.

HTTP Request

DELETE https://courier.yandex.ru/api/v1/companies/{company_id}/routes/{route_id}/work_breaks/{work_break_id}

Path Parameters

company_id *

integer

Company ID used in requests to the Track & Trace API.

route_id *

integer

Route ID used in requests to the Track & Trace API.

work_break_id *

integer

Work break ID used in requests to the Track & Trace API.

company_id *

integer

Company ID used in requests to the Track & Trace API.

route_id *

integer

Route ID used in requests to the Track & Trace API.

work_break_id *

integer

Work break ID used in requests to the Track & Trace API.

Responses

Code 200

Information about work break was deleted.

{
  "id": integer,
  "sequence_pos": integer
}
Copied to clipboard

Representation

Collapse all
Expand all

Fields

id *

integer

Work break ID used in requests to the Track & Trace API.

sequence_pos *

integer

Position of work break.

id *

integer

Work break ID used in requests to the Track & Trace API.

sequence_pos *

integer

Position of work break.

Code 401

Authorization error. Make sure that the request header contains the correct OAuth token.

Code 403

Error accessing the object. The user doesn't have the rights to access the object.

Code 404

Object search error. Object not found.

Code 422

Incorrect input. The operation can't be performed.