Skip to main content
DELETE
/
products
/
{id}
Delete a product
curl --request DELETE \
  --url https://api.sentralbee.app/v1/products/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "message": "<string>",
    "request_id": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://sentralbee.mintlify.app/llms.txt

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

Authorizations

Authorization
string
header
required

Workspace API key. The workspace is derived from the key.

Path Parameters

id
string<uuid>
required

Resource UUID.

Response

Deleted