Logo
MicroStrategy REST API API Documentation

Delete a datasource login

DELETE {{baseUrl}}/api/datasources/logins/:id

Delete a specific datasource login based on id. You obtain the authorization token needed to execute the request using POST /auth/login; you pass the authorization token in the request header. You specify the datasource login ID in the path of the request; you obtain the database source ID using GET /datasources/logins}.

 

Body PARAM

Key Datatype Required Description 



HEADERS

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




RESPONSES

status





Curl
curl -X DELETE 'baseUrl/api/datasources/logins/:id' -H 'X-MSTR-AuthToken: authToken'

ENDPOINTS