Update data list status
API Reference
Update data list status
Change the lifecycle status of a data list to active, inactive, or archived; global lists honor per-tenant overrides β PATCH /data-lists//status.
PATCH
Update data list status
Overview
Changes list lifecycle status. For global lists, the API updates tenant-specific activation (tenantDataListSettings) instead of mutating the shared global row.
Endpoint
Authentication
Request Body
One of:
active, inactive, archived.Response
Success payload with confirmation;404 if list id is unknown.