Method DeleteLifeCycleStart
DeleteLifeCycleStart(String, String)
Delete a life cycle entry point
Declaration
void DeleteLifeCycleStart(string connectionId, string lifeCycleStartId)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | The connection id to identify your connection. See also ConnectionId |
System.String | lifeCycleStartId | The life cycle start id. See also Id |
Remarks
- You need "Access to scheme" access right (01002060-38a7-11d8-a902-0050bf427e8f). See also GetUserAdminAccessRights(String, String)
- You need "Access to life cycles" access right (CA3558B8-F52F-447F-B2C3-2050176475FC). See also GetUserAdminAccessRights(String, String)
- You need "Delete life cycle" access right (4333F50B-5180-4A1A-937A-08B094D9CA3C). See also GetUserAdminAccessRights(String, String)
Examples
POST http://YourServerName/InfoShare/Json/Common/DeleteLifeCycleStart
Example for delete a life cycle entry point.{
"connectionId": "eb5718e6-8fd6-460b-9da3-4fb0434e81a8",
"lifeCycleStartId": "250f9879-eae0-e911-a94b-00155d290a08"
}
Response:
{ }
Exceptions
Type | Condition |
---|---|
ServiceException | The connection id {connectionId} isn't valid or has expired (10008) |
ServiceException | Not enough rights ({accessOperationName}, {accessOperationId}) (10071) |
ServiceException | The administrative context {administrativeContext} is already checked out by user {displayLoginName} (10129) |
ServiceException | Verification code is needed: Verification code not yet verified (10152) |
ServiceException | Can not delete {ObjectType} {ObjectName} {ObjectId} because it is still in use in {ObjectType} {ObjectName} {ObjectId}. (10233) |