v1

latestOpenAPI 3.0.3Apache 2.02026-07-1710047196.1 KB
products

Delete a product

Deletes a product entry.

delete/products/{product_id}

Path parameters

product_idstring required

The id of the product to be retrieved

Example:1

Response

Product deleted successfully

statusstring
status_codeinteger

The HTTP status code. Usually 200 , 201, 204 etc

messagestring

A basic message describing a request was processed successfully. example: "Successfully"

Example response

{
  "status": "success",
  "status_code": 200
}