Versions Compared
| Version | Old Version 5 | New Version Current |
|---|---|---|
| Changes made by | ||
| Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Cancellation of a shipment.
On this page
| Table of Contents |
|---|
Shipment Cancellation
| Info |
|---|
In order to cancel a shipment within an organization, the user has to be its member. Additionally, the shipment has to be in |
| Code Block | ||
|---|---|---|
| ||
DELETE /v1/shipments/:id |
Example request
| Code Block | ||
|---|---|---|
| ||
curl -X DELETE https://api-shipx-pl.easypack24.net/v1/shipments/1 -H 'Authorization: Bearer token' -H 'Content-Type: application/json' |
Response
| Code Block | ||
|---|---|---|
| ||
HTTP/1.1 204: No Content |
| Warning |
|---|
Error information
|