Skip to content

Remove a tenant FLECS store configuration

DELETE
/api/v1/system/flecs-stores/{organizationId}
curl --request DELETE \
--url http://localhost:3000/api/v1/system/flecs-stores/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0 \
--header 'X-API-Key: <X-API-Key>'

Soft-deletes the configuration and stops syncing. Requires Super Admin privileges.

organizationId
required
string format: uuid

Organization UUID

Configuration removed

Unauthorized

Forbidden - requires Super Admin privileges

No FLECS store configured for this organization