stopCollectingRequests( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Sets settings.collectionStates.collectingRequests to false for given appId.

When the collection state is set to false, collecting notification requests is disabled.

Admin Method

This function requires elevated permissions and runs only on the backend and on dashboard pages.

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Stores - all permissions
Learn more about permission scopes.
Method Declaration
Copy
Method Parameters
appIdstringRequired

ID of the app to stop accepting notification requests for.

Returns
Return Type:Promise<StopCollectingRequestsResponse>
Was this helpful?
Yes
No