Delete a value set and all its items
DELETE/v1/valuesets/:id
Permanently remove a value set and all associated items from the system.
This operation cannot be undone and will cascade delete all items within the value set. Use with caution as this may affect any configurations or data that reference this value set.
Restrictions: • SYSTEM type value sets cannot be deleted • All associated items will be permanently removed • Operation cannot be reversed
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Value set and all associated items successfully deleted
Invalid ID parameter or attempt to delete system value set
Authentication credentials are missing or invalid
Insufficient permissions to delete this value set
Value set with the specified ID does not exist
Unexpected server error occurred while deleting the value set