Delete multiple allocation rules by ID
DELETE/c/showback/showbacks/:id/delete_allocation_rules_by_id/
Deletes one or more allocation rules associated with a specific showback by providing their IDs as query parameters. This operation is useful for bulk cleanup or reconfiguration of allocation logic within a showback report.
Request
Path Parameters
id integerrequired
A unique integer value identifying this showback.
Query Parameters
allocation_rule_ids integer[]
Bulk delete allocation rules by their ids
Responses
- 204
Loading...