Logo
MicroStrategy REST API API Documentation

Delete trust relationships between Web Server and Intelligence Server

DELETE {{baseUrl}}/api/admin/restServerSettings/iServer/trustRelationship

Delete a trust relationship between the Web Server and the Intelligence Server. You obtain the authorization token needed to execute the request using POST /auth/login; you pass the authorization token in the request header. deleteAll boolean parameter passed in body of the request, it defines if this operation will delete only current trust relationship if value is not provided or false, or all trust relationships saved on a server if value is true.

 

Body PARAM

Key Datatype Required Description 
Delete all currently assigned trust relationship tokens
boolean Delete all currently assigned trust relationship tokens



HEADERS

Key Datatype Required Description 
X-MSTR-AuthToken
string (Required) Authorization token




RESPONSES

status





Curl
curl -X DELETE 'baseUrl/api/admin/restServerSettings/iServer/trustRelationship?Delete all currently assigned trust relationship tokens=false' -H 'X-MSTR-AuthToken: authToken'

ENDPOINTS