Skip to content

DELETE /

Delete Product

DELETE
/product/{product_key}

Soft-delete a product by moving it to the trash.

Sets trash=true on the product document rather than removing it, preserving
historical production data. The product will no longer appear in active
product lists.

Emits: (direct transaction — no event class)

Required scope: product:catalogue:delete

Authorizations

OAuth2PasswordBearer
password Flow
Token URL"/api/auth"
Scopes:
  • "admin"User can access and edit users and system settings
  • "library"User can access and edit products
  • "production"User can access and edit production plans
  • "operator"User can access the operator panel and make production declarations

Parameters

Path Parameters

product_key*
Required

Responses

Successful Response

application/json
JSON
{
  
"status": 200,
  
"message": "string",
  
"detail": "string"
}

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.