postApiV1NotificationsDevicesUnregister
postApiV1NotificationsDevicesUnregister<
ThrowOnError>(options:Options<PostApiV1NotificationsDevicesUnregisterData,ThrowOnError>):RequestResult<PostApiV1NotificationsDevicesUnregisterResponses,PostApiV1NotificationsDevicesUnregisterErrors,ThrowOnError>
Defined in: src/client/sdk.gen.ts:1228Â
Unregister push-notification device
Removes a previously registered Expo push token for the authenticated user. Returns 200 on success and 404 if no matching device exists.
Type Parameters
| Type Parameter | Default type |
|---|---|
|
|
|
Parameters
| Parameter | Type |
|---|---|
|
|
|
Returns
RequestResult<PostApiV1NotificationsDevicesUnregisterResponses, PostApiV1NotificationsDevicesUnregisterErrors, ThrowOnError>
Last updated on