Skip to content
On this page

Delete Upsell ​

Delete an upsell offer by ID.

Endpoint ​

DELETE /api/upsell/delete/?id={id}

Response ​

json
{
  "status": "success",
  "message": "Upsell deleted successfully."
}

Released under the MIT License.