Skip to main content
DELETE
/
resale
/
listing
Delete a resale listing
curl --request DELETE \
  --url https://api.nuwebgroup.com/v1/resale/listing \
  --header 'Authorization: Bearer <token>'
{
  "message": "Resale contract 12 deleted successfully"
}

Authorizations

Authorization
string
header
required

The 'Bearer' token can be obtained from the token management interface or via the login endpoint using your admin user credentials.

Query Parameters

orderItemId
integer

Delete a resale listing for the given order item. Required if id is not provided.

id
integer

Delete a resale listing by ID. Required if orderItemId is not provided.

Response

Successfully deleted the resale contract.

message
string