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.

Authentication

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

Permissions
Manage Stores - all permissions
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
appIdstringRequired

ID of the app to stop accepting notification requests for.

Returns
Return Type:Promise<StopCollectingRequestsResponse>
Did this help?