DeleteNotification
public BackndReturnObject DeleteNotification();
Description
Turns off the push message setting. When the push message setting is turned off, push notifications will not arrive even if the BACKND Console uses the push message function.
Example
Synchronous
Backnd.PushNotification.IOS.DeleteNotification();
Asynchronous
Backnd.PushNotification.IOS.DeleteNotification((callback) =>
{
// Post-process
});
Return cases
Success cases
When the deletion is successful
statusCode : 204