Skip to main content
The “Delete Price by ID for a Product” API allows deleting a specific price associated with a particular product using its unique identifier. Use this endpoint to remove a price 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 of the product that needs to be used
string
default:"6578278e879ad2646715ba9c"
required
ID of the price that needs to be returned

Query parameters

string
default:"6578278e879ad2646715ba9c"
required
account Id

Respuestas

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

Ejemplo