Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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": {} }
Remove the assignee from one or more reviews.
List of operation IDs to unassign.
1
Reviews unassigned successfully.
Was this page helpful?