Logo
MicroStrategy REST API API Documentation

Analytics-Project management-Manage Project Deletion

Number of APIs: 7


1. Login

POST {{baseUrl}}/api/auth/login



2. Get information about nodes and projects with current status

GET {{baseUrl}}/api/monitors/iServer/nodes



3. Create project for authenticated user

POST {{baseUrl}}/api/projects



4. Get a specific project for authenticated user

GET {{baseUrl}}/api/projects/:name



5. Unload the project

PATCH {{baseUrl}}/api/monitors/iServer/nodes/:nodename/projects/:projectId



6. Delete Project

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



7. Logout

POST {{baseUrl}}/api/auth/logout



ENDPOINTS