kemApiV3NotificationsTokenRegistrationidRegistrationIdDelete method

Future<Response> kemApiV3NotificationsTokenRegistrationidRegistrationIdDelete({
  1. required String? registrationId,
})

Delete the logged-in user's notification token with the given registration ID. @param registrationId

Implementation

Future<chopper.Response>
    kemApiV3NotificationsTokenRegistrationidRegistrationIdDelete(
        {required String? registrationId}) {
  return _kemApiV3NotificationsTokenRegistrationidRegistrationIdDelete(
      registrationId: registrationId);
}