Skip to content

DELETE /{product_key}/doc/

Delete Doc

DELETE
/product/{product_key}/doc/{doc_name}

Delete a document file from a product's doc folder.

Removes the file doc_name from the product's document storage.
Returns no body on success.

Emits: (direct file delete — no event class)

Required scope: product:catalogue:update

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*
Type
string
Required
doc_name*
Type
string
Required

Responses

Successful Response

application/json
JSON
[
]

Samples

Powered by VitePress OpenAPI

Released under the Apache 2.0 License.