unprotectItem
FunctionunprotectItem(requestOptions: IUserItemOptions): Promise<{ success: boolean }>
Unprotect an item. See the REST Documentation for more information.
Parameters
Parameter | Type | Notes |
---|---|---|
request | IUserItemOptions | Options for the request |
Returns
Promise<{ success: boolean }>
A Promise to unprotect an item.