MembershipClientDelete Method |
Deletes a membership by membership id. It removes the person from the room where the membership belongs.
Namespace:
SparkSDK
Assembly:
SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax public void Delete(
string membershipId,
Action<SparkApiEventArgs> completionHandler
)
Parameters
- membershipId
- Type: SystemString
The identifier of the membership. - completionHandler
- Type: SystemActionSparkApiEventArgs
The completion event handler.
Remarks Since: 0.1.0
See Also