Contacts.deleteMultiple (Method)
Deletes one or more contacts from a page or images.
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 | 
|---|---|---|---|
| objectID | PageIDImageIDMultimediaID | Required | A CommonSpot pageID as saved in sitepages table. | 
| userIDList | UserID_NonValidated_List | Required | A comma-delimited list of user IDs. | 
Context:
| License Requirements | None | 
| Permission Requirements | Content:Author | 
| Deny Context | None | 
| Require Context | AuthoringEnabled | 
| Author Lock | 
Error Codes:
None
Notes:
None