Skip to main content
The “Delete Product by ID” API allows deleting a specific product using its unique identifier. Use this endpoint to remove a product from the system.

Autorización

string
required
Bearer token generado desde el portal Leadway. Ver Autenticación.
string
default:"2021-07-28"
required
Versión de la API.

Path parameters

string
default:"6578278e879ad2646715ba9c"
required
ID or the slug of the product that needs to be returned

Query parameters

string
default:"6578278e879ad2646715ba9c"
required
account Id
boolean
default:"True"
Parameter which will decide whether to show the wishlisting status of products

Respuestas

boolean
default:"True"
required
returns true if the product is successfully deleted

Ejemplo