Overview
This web service deletes a specified resource (PwsResourceRef). The service will return the identity of the resource that was deleted.
Request Format
PwsDeleteResourceRq
- PwsDeleteResourceRq
- RequestId: Int32
- SessionTicket: String
- PurgeFutureResourceHistoryFlag: Boolean
- ResourceIdentity: PwsResourceRef
- ResourceTimestamp: String
- TerminationDateIfInUse: DateTime
Request Elements
Element | Data Type | Required? | Default | Description |
---|---|---|---|---|
RequestId | Int32 | No | Click here for more information | |
SessionTicket | String | Yes | Click here for more information | Click here for more information |
PurgeFutureResourceHistoryFlag | Boolean | No | false | If set to true, the resource's history record will be purged from the database |
ResourceIdentity | Yes | The unique key fields associated with identifying a resource | ||
ResourceTimestamp | String | No | This is a Base64 encoded timestamp optionally utilized for resource locking | |
TerminationDateIfInUse | DateTime | No | The termination date of the resource |
Request Usage Example(s)
Response Format
Response Elements
Response Usage Example(s)
PwsDeleteResource - Common Errors and Warnings
- For all errors and warnings please refer to the Complete List of Errors and Warnings
ErrorNumber | ErrorCode | ErrorText |
---|---|---|
54059 | EngagementNotSpecified | A specified engagement identity was incomplete. Each engagement identity must specify either an engagement id, and engagement uid or an engagement code. |
54061 | EngagementNotFound | The specified engagement does not exist. |