SocialMedia.deleteMultipleContentItems (Method)

Deletes one or more specified social media posts.

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
idList SocialMediaContentIDList Required A comma delimited list of one or more unique IDs of social media posts to delete.

Context:

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

Error Codes:

Code Error Message
83517 You have insufficient permissions to perform this operation for the channel [$1].

Notes:

None