v1

latestOpenAPI 3.1.02026-08-063776831.4 MB
MonitoringWorkflow

Unassign a single monitoring workflow

Removes the assignment from a monitoring workflow

patch/monitoring-workflows/{id}/unassign

Path parameters

idstring required

ID of the monitoring workflow to unassign

Headers

tenant-idstring required

Tenant ID

Response

Workflow unassigned successfully

workflowIdstring

ID of the monitoring workflow

errorstring

Error message if unassignment failed

Example response

{
  "workflowId": "44c8fa75-15a1-4790-a0dd-139058d1f86d"
}