Skip to main content

Delete a Concept Store

DELETE 

/v1/concept_stores/:id

Permanently deletes the Concept Store. The Stores that referenced it are never deleted: pass migrateToConceptStoreId to reassign them to another Concept Store, or omit it to leave them without one (their conceptStoreId becomes null).

Call GET /v1/stores?conceptStoreId={id} first to list the Stores this operation will affect.

Request​

Responses​

The Concept Store has been deleted.