delete
https://api.gobeeping.com/api/v1/client/packs/
What is it for?
{packId} in the URL → the number of the pack you want to delete
Conditions
- Requires authentication.
- Validations:
- The pack CANNOT be deleted if it is being used in orders:
- Error: PACK_IN_USE (HTTP 409)
- Message: "The pack: {id} is in use and cannot be deleted."
- If the pack does not exist:
- Error: PACK_NOT_FOUND (HTTP 404)
- Message: "No pack found with ID {id}."
Parameters
Fill in the fields in Query Params and/or Path Params as applicable.
Expected response
HTTP 204 → No content
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
204Pack deleted
400Validation error
404Pack not found
409Pack linked to an order
