---
title: "Delete standing check"
method: DELETE
path: "/v1/ai/operators/{operator-id}/checks/{check-id}"
tags: ["AI Operators"]
---

# Delete standing check

`DELETE /v1/ai/operators/{operator-id}/checks/{check-id}`

## Path parameters

- `operator-id` integer, required
- `check-id` integer, required

## Response `204`

Check deleted

## Other responses

- `403` — Insufficient access rights
- `404` — Instance or check not found

## Changes

- **2026-09-17** `a203de7e5d7d` — 1 info
  - removed the non-success response with the status `503`
- **2026-09-17** `a81265c49fa9` — 1 info
  - added the non-success response with the status `503`
- **2026-09-07** `4390015280c9` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/netxms/apis/netxms-api/changes/v1/ai/operators/:operator-id/checks/:check-id/delete.md)

---

[API](https://skmtc.dev/netxms/apis/netxms-api.md) · [All operations](https://skmtc.dev/netxms/apis/netxms-api/llms.txt) · [OpenAPI document](https://skmtc.dev/netxms/apis/netxms-api/revisions/0209e896a2a0?raw)
