/deletePackageCategory

Updated by Jon Doehling

Delete Package Category API Call

  • Deletes a package category in AES database and returns a unique id to identify the deleted record.

Production Endpoint: https://auctionconductor.com/API/deletePackageCategory

QA Staging Endpoint: https://ac.aesapitest.com/API/deletePackageCategory

Accepted Data

Parameter

Req’d

Format

Default

Description

package_category_id

Y

number

(none)

Package category identifier

Return Values

Parameter

Value

Description

package_category_id

number

Unique id that identifies deleted record.

Sample Call

{
package_category_id: 2748
}

Sample Response

{
"package_category_id": 2748
}


How did we do?