DELETE /inventory/count-assignment
Delete Counting Assignments
DELETE
/inventory/count-assignment
Cancel a set of counting assignments.
Executes the CANCEL_INVENTORY_COUNT_ASSIGNMENTS AQL query within a
transaction. If any assignment in assignment_keys cannot be canceled
(because it has been started or completed), the entire operation is aborted
and 400 is returned.
Emits: (direct transaction — no event class)
Required scope: inventory:count: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
Request Body
application/json
JSON "assignment_keys": [ "string" ]
{
}
Responses
Successful Response
application/json
JSON "status": 200, "message": "string", "detail": "string"
{
}