Method DeleteCloudDocumentType
DeleteCloudDocumentType(String, String)
Delete a cloud document type
Declaration
void DeleteCloudDocumentType(string connectionId, string cloudDocumentTypeId)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | The connection id to identify your connection. See also ConnectionId |
System.String | cloudDocumentTypeId | The cloud document type id. See also Id |
Examples
POST http://YourServerName/InfoShare/Json/Common/DeleteCloudDocumentType
Example for delete a cloud document type.{
"connectionId": "e08482f2-eb69-4693-b2c1-cdc87f641ec2",
"cloudDocumentTypeId": "37e19e5d-fee0-e911-a94b-00155d290a08"
}
Response:
{ }
Exceptions
Type | Condition |
---|---|
ServiceException | The connection id {connectionId} isn't valid or has expired (10008) |
ServiceException | The administrative context {administrativeContext} is already checked out by user {displayLoginName} (10129) |
ServiceException | Verification code is needed: Verification code not yet verified (10152) |