Skip to main content
DELETE
/
api
/
workspace
/
{workspaceId}
/
catalog
/
products
Delete product
curl --request DELETE \
  --url https://app.alana.shopping/api/workspace/{workspaceId}/catalog/products \
  --header 'Authorization: Bearer <token>'
{
  "error": "UNAUTHORIZED",
  "details": {
    "message": "Missing or invalid authentication token"
  }
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Obtain a token via the authentication endpoint and include it in the Authorization header: Authorization: Bearer <token>

Path Parameters

workspaceId
string
required

The workspace ID

Query Parameters

id
string
required

Response

Product deleted successfully