/deletePackage
Delete Package API Call
- Deletes an existing package in AES database and returns the unique id and package number to identify the deleted record.
Production Endpoint: https://auctionconductor.com/API/deletePackage
Test Endpoint: https://actestserver.com/API/deletePackage
Accepted Data
Parameter | Req’d | Format | Default | Description |
package_id | Y | number | (none) | Unique package identifier. |
Return Values
Parameter | Value | Description |
package_id | number | Unique id that identifies the deleted record. |
Sample Call
{
package_id: 14322
}
Sample Response
{
"package_id": 14322
}