|
SAMConnection::unsubscribeCancel a subscription to a specified topic. Description
bool SAMConnection::unsubscribe
( string
$subscriptionId
[, string $targetTopic
] )The "unsubscribe" method is used to delete an existing subscription to a specified topic. Parameters
Return Values
This method returns Examples
Example #1 Delete a subscription
<?php |