Remove assignment from multiple cases
DELETE
https://api.coralogix.com/mgmt/openapi/5/cases/assigned/v1Remove the current assignee from multiple cases in a single operation.
Requires the following permissions:
case:Assign
Authorizations
Authorizationrequired
API key authentication
The value is a Coralogix API key. Create a personal or team API key and assign its permissions.
Request
Query Parameters
ids# string[]
Possible values: >= 1, <= 1000
IDs of the cases to unassign. Each entry accepts either the case UUID (the id field on a case) or the readable identifier (the readable_id field, e.g. CASE-123).
Example:
["3f166e9f-3c88-4af2-b52e-138f339dab3e","CASE-123"]Response
application/json
Response containing the updated cases
Updated cases
Possible values: <= 1000