v1
latestOpenAPI 3.0.32026-07-26710398.3 KBProject
Delete Tag Group
Delete a user-defined tag group. By default the tags are kept and simply ungrouped (their group becomes null); pass delete_tags=true to delete the tags themselves and detach them from every prompt. System groups (branding/intentType) cannot be deleted.
delete/tag-groups
Request body
Example request
{
"group": "persona"
}Response
Group deleted successfully. By default its tags are kept and ungrouped; with delete_tags=true they are deleted.