Delete a shipment document
If needed, a document can be deleted. Like any other object attached to a shipment, it is not possible to delete document after DELIVERY/DELIVRY_COMPANY event.
Delete shipment document by id
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
204
No Content
400
Bad Request
application/json
401
Unauthorized Entity
application/json
422
Unprocessable Entity
application/json
delete
/shipment-document/{id}No content
Last updated