Skip to main content
DELETE
/
operations
/
v1
/
review-assignments
Bulk unassign reviews
curl --request DELETE \
  --url https://api.{workspaceId}.clinia.cloud/operations/v1/review-assignments \
  --header 'Content-Type: application/json' \
  --header 'X-Clinia-API-Key: <api-key>' \
  --data '
{
  "operationIds": [
    "<string>"
  ]
}
'
{
  "message": "<string>",
  "details": "<array>",
  "additionalContext": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.clinia.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Clinia-API-Key
string
header
required

Body

application/json
operationIds
string[]
required

List of operation IDs to unassign.

Minimum array length: 1

Response

Reviews unassigned successfully.