RemoveMockAppSubscription
Removes a mock app subscription for the current account, typically used for testing purposes.
Input
Name | Type | Required | Description |
AppId | String | True | The unique identifier for the app whose mocked subscription is being removed. This is used to locate the app in the system to ensure the correct subscription is targeted for removal. |
PartialSigningSecret | String | True | The last 10 characters of the app's signing secret. This partial secret is used for verification purposes to ensure the request is coming from a legitimate source. |
Result Set Columns
Name | Type | Description |
Success | Boolean | A flag indicating whether the operation was successful. A value of true means the subscription removal was completed without issues, while false suggests there was an error during the process. |
Details | String | A message that provides additional information about the operation's execution, such as any encountered errors or steps that were skipped during the removal process. |
PlanId | String | The identifier for the mocked plan associated with the app. This value links to the specific plan being referenced for testing or simulation purposes. |