unshareWithGroup

Function

Unshares eligible Survey items for the provided Form ID from the provided groupId

Unshares eligible Survey items for the provided Form ID from the provided groupId

  • unshareWithGroup(formId: string, groupId: string, requestOptions: IRequestOptions) : Promise<any[]>

Parameters

Parameter Type Default Notes
formId Required string

A Form ID

groupId Required string

A group ID

requestOptions Required IRequestOptions

The request options

Available requestOptions

Property Type Notes

Returns

Promise<any[]>

Function defined in surveys/src/sharing/unshare-with-group.ts:17