POST api/SharedCollection/Delete
Deleting shared collections
Request Information
URI Parameters
None.
Body Parameters
Object containing IDs of shared collections
ObjResultOfInt64[]| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of integer |
None. |
|
| Error |
Error description |
string |
None. |
| Success |
Flag of successful operation |
boolean |
None. |
| ErrorCode |
Error code |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"data": [
1,
2
],
"error": "sample string 1",
"success": true,
"errorCode": 3
}
Response Information
Resource Description
Result containing the flag of successful operation
ObjResultOfBoolean[]| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of boolean |
None. |
|
| Error |
Error description |
string |
None. |
| Success |
Flag of successful operation |
boolean |
None. |
| ErrorCode |
Error code |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": [
true,
true
],
"error": "sample string 1",
"success": true,
"errorCode": 3
}
Parameter Information
data
| Property | Description |
|---|---|
| Data (Int64[]) | |
| Error (String) |
Error description |
| Success (Boolean) |
Flag of successful operation |
| ErrorCode (Int32) |
Error code |