DELETE /containers/{container-id}/packages/{tracking-number}
In the context of container tracking, deleting one tracking number from a container.
Servers
- https://apis.usps.com/containers/v3
- https://apis-tem.usps.com/containers/v3
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
tracking-number |
String | Yes |
tracking number for the package. |
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.