Skip to content
On this page

Delete Supplier ​

Delete a supplier by ID.

Endpoint ​

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

Response ​

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

Released under the MIT License.