...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
Int32 | No | Click here for more information. | 1 | ||
String | Yes | Click here for more information. | AWYoWMBC/cjl/RFPrykteA== | ||
EngagementIdentity | Yes | This is the identity of the engagement to be deleted | |||
StealLockFlag | Boolean | Yes | If set to 'true', any locks on the engagement will be stolen if it is currently locked, otherwise, if it is set to 'false' and a lock is in place the service will fail | true | |
EngagementTimestamp | String | No | This is a Base64 encoded timestamp utilized for engagement locking. The caller To protect against overwriting other changes, you may optionally echo back the timestamp returned by a prior call to PwsGetEngagement, to protect against inadvertently deleting an engagement that has been modified. If a value is specified here, and it does not match the current timestamp on the engagement in the database, the request to delete the engagement will failcall to PwsSaveEngagement(or a prior call to PwsSaveEngagement). This will cause the request to fail if any change has been made between invocations of PwsGetEngagement and PwsSaveEngagement. |
Request Usage Example(s)
...