Replication.deleteRecord (Method)
Delete a replication record.
Returns:
Void
Arguments:
Name | Type | Required | Description |
---|---|---|---|
id | ReplicationID | Required | A replication record's ID. (needed when deleting a replication record on the Authoring server). |
Context:
License Requirements | Replication |
Permission Requirements | site:ManageReplication |
Deny Context | None |
Require Context | AuthoringEnabled |
Author Lock | (not required) |
Transaction Logging | If transaction logging is enabled at the server level, calls to this method will be logged |
Customization | This method may be customized at the site level |
Error Codes:
Code | Error Message |
---|---|
36010 | No replication record exists having an ID of $1 and server '$2'. |
Notes:
None