Skip to main content
DELETE
/
products
/
{product_id}
Delete product
curl --request DELETE \
  --url https://api.zenskar.com/products/{product_id} \
  --header 'organisation: <api-key>' \
  --header 'x-api-key: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs2.zenskar.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
default:<your-api-key>
required
organisation
string
header
default:<your-organisation-id>
required

Path Parameters

product_id
string<uuid>
required

Response

Successful Response

Delete Product Response Schema

id
string<uuid>
required

Product Id

message
string
required

Message