Method DeleteProcess
DeleteProcess(String, String)
Delete a process
Declaration
void DeleteProcess(string connectionId, string processId)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | The connection id to identify your connection. See also ConnectionId |
System.String | processId | The process id. See also Id |
Examples
POST http://YourServerName/InfoShare/Json/Process/DeleteProcess
Example for delete a process.{
"connectionId": "5bdf0223-31f6-4236-ab7d-bb34f240d43f",
"processId": "f407d99d-2cd2-e911-a93c-00155d290a08"
}
Response:
{ }
Exceptions
Type | Condition |
---|---|
ServiceException | The connection id {connectionId} isn't valid or has expired (10008) |
ServiceException | Verification code is needed: Verification code not yet verified (10152) |