Hi all,
I am calling InvoiceService.deleteSubscription API to remove a Subscription on InfusionSoft.
Here is my PHP code:
$result = $this->client->call('InvoiceService.deleteSubscription', [
[API_KEY],
[subscription-ID]
]);
It throws following exception:
[InvalidParameter]Only subscriptions without an originating id can be deleted. This subscription has an originating id of [some-ID]
can anyone please guide?