DELETE /custom-data/
Delete Custom Data
DELETE
/custom-data/{key}
Delete a custom-data entry by key.
Returns 404 if the document does not exist. On success, permanently
removes the CustomData document from the collection.
Emits: (direct transaction — no event class)
Required scope: admin:custom-data:write
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
key*
Type
Requiredstring
Responses
Successful Response
application/json
JSON "status": 200, "message": "string", "detail": "string"
{
}