Delete

[POST] .../v1/pos/fastgroup/delete

Deletes quick item groups. The group and all items added to it are deleted together. Use this destructive method to delete a POS quick item group from the cashier quick-sale screen. The request requires id, checks the current accepted POS cash register context and returns ok when the group is deleted. Deletion also removes all quick items assigned to the group; the method checks the current request user and requires an accepted cash register, while missing body, missing id, missing accepted cash register, not found and storage errors are returned as HTTP 200 ErrorResult business errors.

Request Parameters

Name Type Required Description
id Int64 Required Record ID.

Request Example

{
  "id": 1
}

Response Parameters

Name Type Description
ok Boolean Indicates whether the request completed successfully.

Response Example

{
  "ok": true
}