SocialMediaChannelSecurity.deleteMultiple (Method)

Deletes social media channel security records from the specified users and groups.

Returns:

MultipleOperationResult (struct)

Each row of the returned query results has the following fields:

Field Name Type Description
otherError NonNegativeInteger The number of items whose operation failed for non-security reasons.
securityError NonNegativeInteger The number of items whose operation failed because of security restrictions.
success NonNegativeInteger The number of items where the operation was successful.

Arguments:

Name Type Required Description
channelID SocialMediaChannelID Required The unique ID of the social media channel.
userGroupIDList UserGroupIDorOrphanList Required A comma-delimited list of user and group IDs.

Context:

License Requirements SocialMedia
Permission Requirements (none)
Deny Context (none)
Require Context AuthoringEnabled
Author Lock  

Error Codes:

None

Notes:

None