RemoveMockAppSubscription
Removes a mock application subscription associated with the current account.
Input
Name | Type | Required | Description |
AppId | String | True | The unique identifier of the app for which the mocked subscription will be removed. This ID helps to target the specific app in the system. |
PartialSigningSecret | String | True | The last 10 characters of the app’s signing secret, used to authenticate the request and ensure the operation is performed securely. |
Result Set Columns
Name | Type | Description |
Success | Boolean | A boolean value that indicates whether the operation completed successfully. True means the operation was successful, while false indicates failure. |
Details | String | A detailed message providing additional context or error information related to the operation's execution, useful for debugging or understanding issues. |
PlanId | String | The unique identifier for the mocked plan that was applied during the operation, allowing the system to track the specific plan in use. |