public RemoveParent ( string projectId, string dataId, string parentId = null, string collectionId = null, string collectionKey = null ) : Task |
||
projectId | string | Project id. |
dataId | string | Data Object id. |
parentId | string | Parent id to remove. If not specified, will remove all Data Object parents. |
collectionId | string | Collection id defining collection containing data. |
collectionKey | string | Collection key defining collection containing data. |
return | Task |