Method DeleteFolderSystem
DeleteFolderSystem(String, String)
Delete a folder system
Declaration
void DeleteFolderSystem(string connectionId, string folderSystemId)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | The connection id to identify your connection. See also ConnectionId |
System.String | folderSystemId | The folder system id. See also Id |
Examples
POST http://YourServerName/InfoShare/Json/Common/DeleteFolderSystem
Example for delete a folder system.{
"connectionId": "eb5718e6-8fd6-460b-9da3-4fb0434e81a8",
"folderSystemId": "dedfab40-ece0-e911-a94b-00155d290a08"
}
Response:
{ }
Exceptions
Type | Condition |
---|---|
ServiceException | The connection id {connectionId} isn't valid or has expired (10008) |
ServiceException | Private folder system can not be deleted (10043) |
ServiceException | Verification code is needed: Verification code not yet verified (10152) |