Delete a bookmark

DELETE {{baseUrl}}/api/bookmarks/:id

Delete a bookmark. 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 ID of the bookmark you want to delete in the path of the request which can be obtained using GET /shortcuts/{shortcutId}/bookmarks. You may pass bookmark shortcut information to be deleted in the body of the request.

Request Body

{"shortcutId"=>"{{rd_shortcutId}}"}

HEADERS

KeyDatatypeRequiredDescription
X-MSTR-AuthTokenstring(Required) Authorization token
X-MSTR-ProjectIDstring(Required) Project ID