DELETE /carrier-pickup/{confirmationNumber}
Cancel a previously scheduled carrier pick up. A carrier pickup can no longer be updated or cancelled once cancelled. A successful response indicates the carrier pickup has been cancelled.
Servers
- https://api.usps.com/pickup/v3
Path parameters
Name | Type | Required | Description |
---|---|---|---|
confirmationNumber |
String | Yes |
This is the Carrier Pickup confirmation number. |
Request headers
Name | Type | Required | Description |
---|---|---|---|
If-Match |
String | Yes |
The value of the entity tag indicating the version of the resource to get or update. All DELETE and PUT operations require an ETag to be supplied as the If-Match parameter. The ETag is returned in the GET operation and is good for one hour or until it is used in a DELETE or PUT operation. |
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.