Card Hierarchy Group Management
Delete Card Hierarchy Group
This operation deletes a specific group within a card hierarchy. If the group contains cards or subgroups, use the recursive
query parameter to allow deletion.
DELETE
/
v1
/
card-hierarchies
/
{cardHierarchyId}
/
groups
/
{groupId}
Path Parameters
cardHierarchyId
string
requiredCard hierarchy id
groupId
string
requiredGroup id
Query Parameters
recursive
boolean
Whether to recursively delete child groups or not
auditUser
string
requiredThe audit user to log the request