DELETE /containers/{container-id}/packages
In the context of container tracking, deleting all tracking numbers from a container results in an empty container, which allows for the addition of new tracking numbers. This process effectively clears out any previous tracking information associated with the container, allowing for a fresh start.
Servers
- https://apis.usps.com/containers/v3
- https://apis-tem.usps.com/containers/v3
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
container-id |
String | Yes |
Container id for the container |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.