Documentation Language: Swift

Method

remove(id:)

Removes an object from this resource by its identifier.

@discardableResult func remove(id: EUUID) -> Bool

Parameters

id

The identifier of the object to remove.

Return Value

true if the object was removed, false if it wasn’t found.