Bulk deletion of bookmarks
DELETE {{baseUrl}}/api/bookmarks
Bulk deletion of bookmarks. You obtain the authorization token needed to execute the request using POST /auth/login; you obtain the project ID using GET /projects. You pass the authorization token and the project ID in the request header.You provide the IDs of the bookmarks you want to bulk delete in the body of the request which can be obtained using GET /shortcuts/{shortcutId}/bookmarks.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
X-MSTR-AuthToken
|
string | (Required) Authorization token | |
X-MSTR-ProjectID
|
string | (Required) Project ID | |
Content-Type
|
string |
RESPONSES
status
ENDPOINTS