Skip to content
  • Auto
  • Light
  • Dark
Get Started

Delete Monitor

Delete Monitor
delete/api/v1/accessconflict/{id}

Invokes the c1.api.accessconflict.v1.AccessConflictService.DeleteMonitor method.

Path Parameters
idstring

The id field.

Body Parameters
bodyunknown
optional

The ConflictMonitorDeleteRequest message.

Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/accessconflict/$ID \
    -X DELETE \
    -H 'Content-Type: application/json' \
    -H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"
200 Example
{}