Methods

  • POST — Deleting org chart items from group

Resource

{
    "error": "string",
    "removedItemIds": [
        "uuid"
    ],
    "success": "boolean"
}

Properties

Name Type Description Additional
error string

Error message if success == false

Optional
removedItemIds[] array of uuid

List of IDs of org chart items that were deleted from the group

Optional
success boolean

Successful request flag

Optional