public RemoveChild ( string projectId, string dataId, string childId = null, string collectionId = null, string collectionKey = null ) : Task |
||
projectId | string | Project id. |
dataId | string | Data Object id. |
childId | string | Child id to remove. If not specified, will remove all Data Object children. |
collectionId | string | Collection id defining collection containing data. |
collectionKey | string | Collection key defining collection containing data. |
Результат | Task |