SocialMediaChannel.deleteMultiple (Method)
Deletes one or more social media channels.
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 |
---|---|---|---|
channelIDList | SocialMediaChannelIDList | Required | A comma delimited list of one or more social media channel IDs. |
ignoreWarnings | Boolean | Required | Boolean flag which when set indicates that warnings should be ignored. If this value is false, this method throws an error with a warning message. |
Context:
License Requirements | SocialMedia |
Permission Requirements | (none) |
Deny Context | (none) |
Require Context | AuthoringEnabled |
Author Lock | (not required) |
Transaction Logging | Transaction logging is disabled for this method |
Customization | Customization is not supported for this method. |
Error Codes:
Code | Error Message |
---|---|
84003 | The channel cannot be deleted as it has content that have not been posted yet. |
Notes:
None