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β
- 204
- 400
- 404
The Concept Store has been deleted.
The request was unacceptable, often due to missing a required parameter.
The requested resource doesnβt exist.