REST API - deleteCurrentResourceFromView
The table summarizes the REST API - deleteCurrentResourceFromView.
Request
Format
|
DELETE <baseurl>/worklist/deleteresourcefromview/<viewid>
|
Path parameters
|
viewid: Position in the work view list from which to start this page. (The list is zero-based. To start at the first item, specify 0.)
|
Query parameters
|
apiversion=version (optional, default = 1): Defines the format in which the operation returns its response. If
version is:
- <
2, the response is returned as an unwrapped primitive.
- 2, the response data is wrapped as an XML fragment.
|
Example
Request
|
DELETE <baseurl>/worklist/deleteresourcefromview/1
|
Response
|
{
1
}
|
Copyright © Cloud Software Group, Inc. All rights reserved.