Disable check
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Request
What is being verified.
Each member is a single, narrowly-scoped check that runs on a specific
OperationsEventEnum, encoded in the event property (backed by
_CHECK_EVENT_MAP below) — never stored separately, or the two can drift.
Each Check1 evaluation is keyed by (check, entity_id) on a Case;
entity_id is the id of the entity in the event’s Domain.Entity.Action
slug:
entity_type is intentionally not stored — it’s a strict function of
check.event.entity (same drift-avoidance rationale as the removed
event field). If you ever need it to differ (e.g. a check fires on
task.completed but is logically about the parent task_group), the
first answer is adding the right event; the escape hatch is promoting
entity_type to its own _CHECK_ENTITY_MAP.

