Skip to Content
Anuma SDKClientInternalFunctionspostApiV1NotificationsDevicesUnregister

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 ParameterDefault type

ThrowOnError extends boolean

false

Parameters

ParameterType

options

Options<PostApiV1NotificationsDevicesUnregisterData, ThrowOnError>

Returns

RequestResult<PostApiV1NotificationsDevicesUnregisterResponses, PostApiV1NotificationsDevicesUnregisterErrors, ThrowOnError>

Last updated on