PwsDeleteDocumentVersion
Overview
This web service deletes a version (PwsDocumentVersionRef) of a specified document (PwsDocumentRef). Multiple versions of a single document can be stored for project workspace documents, invoice documents, resource resumes and project issue attachments. If you delete the current version of a document, the prior version will become the current version. If a document contains a single version, you will not be able to delete the version. Use PwsDeleteDocument to delete the document instead.
Rate Limiting
In order to protect our servers from inadvertent service overuse or intentional attack, and to fairly distribute services to all our customers, we have implemented a rate limiting algorithm. When fully deployed, this new algorithm will cause services to either succeed with new warnings or fail with new errors when services are consumed at too high a rate. Programs that consume Projector services should be enhanced to handle rate limiting errors so that they can continue functioning properly. For more information please visit: Projector Rate Limiting Behavior.
Request Format
- PwsDeleteDocumentVersion
- serviceRequest: PwsDeleteDocumentVersionRq
- RequestId: Int32
- SessionTicket: String
- DocumentIdentity: PwsDocumentRef
- DocumentVersionIdentity: PwsDocumentVersionRef
- OverrideLockFlag: Boolean
- serviceRequest: PwsDeleteDocumentVersionRq
Request Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
RequestId | Int32 | No | Click here for more information. | ||
SessionTicket | String | Yes | Click here for more information. | AW1UpKK1eVCbgfEayQrXEA== | |
DocumentIdentity | Yes | This is the identity of the document containing the version to be deleted | |||
DocumentVersionIdentity | Yes | This is the identity of the document version to be deleted | |||
OverrideLockFlag | Boolean | No | false | If set to 'true', an existing lock on the document will not prevent the version from being deleted. | true |
Request Usage Example(s)
Response Format
- PwsDeleteDocumentVersionResponse
- PwsDeleteDocumentVersionResult: PwsDeleteDocumentVersionRs
- Messages: PwsMessage[]
- ResponseId: Int32
- Status: RequestStatus
- ServerTimestampUtc: DateTime
- PwsDeleteDocumentVersionResult: PwsDeleteDocumentVersionRs
Response Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
Messages | The web service response status and message. Click here for more information. | ||
ResponseId | Int32 | Click here for more information | 0 |
Status | Click here for more information | Ok | |
ServerTimestampUtc | DateTime | Click here for more information | 2018-02-05T20:08:05.1331353Z |
Response Usage Example(s)
PwsDeleteDocumentVersion - Common Errors and Warnings
- For all errors and warnings please refer to the Complete List of Errors and Warnings
ErrorNumber | ErrorCode | ErrorText |
---|---|---|
21011 | DocumentRequiredForDeleteDocument | A document identity must be specified. |
21034 | DocumentVersionRequiredForDeleteDocumentVersion | A document version identity must be specified. |
75085 | DocumentViewPermissionDenied | You do not have permission to view this document or folder. |
75086 | DocumentUpdatePermissionDenied | You do not have permission to update this document or folder. |
75199 | DocumentNotFound | Document version cannot be deleted because the document is locked |
75202 | DocumentVersionNotFound | Document version not found. |
75233 | CannotDeleteVersionDocumentLocked | Document version cannot be deleted because the document is locked. |