Unshare analyses
|
unsharedAnalyses |
|
|---|---|
|
URL |
/api/v1/unsharedAnalyses |
|
Description |
Unshares all analyses which have been shared with the user whose userId is entered. Returns a JSON file with status and message. |
|
Method |
POST |
|
Request query parameters |
userId String. Mandatory. UserId for email. |
|
Example request |
|
|
Request headers |
Content-Type: application/x-www-form-urlencoded Authorization:API Token |
|
Returns |
|
Response fields
|
Status code |
Response message |
|---|---|
|
200 |
Successful response |
|
400 |
Bad request |
|
404 |
Not found |
|
401 |
User is not authenticated |
|
500 |
Error occurred |
Curl command
curl -X POST -k "https://<server name>/api/v1/unsharedAnalyses" -H "Content-Type:application/x-www-form-urlencoded" -H "Authorization:NjMyZmUwODMzOTY3YzVhYzA1OGE5M2I4ZjMyZWY0ZmY1NWQ0YzgyYzhjOTJmZTBjZjZkZTg2N2QxZjA3MGZlMA" -d "userId=user123@xyz.com"
