Deactivate a regulation on this tenant
Dashboard
Deactivate a regulation on this tenant
Flips is_active to false and stamps deactivated_at on the tenant_regulations row. Idempotent — deactivating an already-deactivated regulation returns 200 without error. Writes one audit_log entry. Does NOT delete the row so activation history stays intact.
DELETE
Deactivate a regulation on this tenant
Authorizations
MeshQu API key passed as a bearer token: Authorization: Bearer mqu_…. Mint one in the console (Settings → API keys).
Tenant UUID for multi-tenant isolation. Required on all authenticated routes — validated before authentication (middleware/tenant.ts), so a missing or non-UUID header returns 400 (MISSING_TENANT_ID / INVALID_TENANT_ID) before the API key is checked.
Path Parameters
Required string length:
1 - 64