Interface: OtpDeleteInterface<O>
Type Parameters
Type Parameter | Default type |
---|---|
O extends ReferenceQueryOptionsInterface | ReferenceQueryOptionsInterface |
Methods
delete()
delete(
assignment
,otp
,options
?):Promise
<void
>
Delete a otp based on params
Parameters
Parameter | Type | Description |
---|---|---|
assignment | string | The otp assignment |
otp | Pick <OtpInterface , "assignee" | "category" | "passcode" > | The otp to delete |
options ? | O | - |
Returns
Promise
<void
>
Defined in
ts-common/src/otp/interfaces/otp-delete.interface.ts:16 (opens in a new tab)