id Required | Value |
Key | Value |
Headers
Content-Type | application/json |
Key | Value |
Query Parameters
Key | Value |
Body
Delete a product.
id Required | Value |
Key | Value |
Content-Type | application/json |
Key | Value |
Key | Value |
No Content
const response = await fetch('/v1/catalog/products/{id}', {
method: 'DELETE',
headers: {},
});
const data = await response.json();
{
"type": "text",
"title": "text",
"status": 0,
"detail": "text",
"instance": "text"
}
Last updated
SoftwareOne is a trademark of SoftwareOne, Inc. "The Software Licensing Experts" is a service mark of SoftwareOne, Inc. VAR assist is a trademark of SoftwareOne, Inc. "It pays to partner" is a service mark of SoftwareOne, Incorporated.
This site uses cookies to deliver its service and to analyse traffic. By browsing this site, you accept the privacy policy.