Logo
MicroStrategy REST API API Documentation

Un-publish the dossier from group 2

DELETE {{baseUrl}}/api/library/:id/recipients/:userId

Un-publish a previously published document for a specific user. This makes the document no longer available in the user's library. 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 document to be unpublished and the ID of the user whose library it should be removed from in the path of the request.

 

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




RESPONSES

status





Curl
curl -X DELETE 'baseUrl/api/library/:id/recipients/:userId' -H 'X-MSTR-AuthToken: authToken' -H 'X-MSTR-ProjectID: projectId'

ENDPOINTS