Delete product
DELETE
/products/{productId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE '/products/' \
--header 'X-Identifier: {{x_identifier}}' \
--header 'Authorization: Bearer {{token}}' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '"string"'
Response Response Example
{}
Request
Path Params
productId
string
required
Header Params
X-Identifier
string
optional
Example:
{{x_identifier}}
Authorization
string
optional
Example:
Bearer {{token}}
Accept
string
optional
Example:
application/json
Content-Type
string
optional
Example:
application/json
Body Params application/json