Group Tag API
Delete Group Tag
POST
/
api
/
delete_group_tag
/
This endpoint deletes an existing Group Tag.
Body
name
string
requiredThis is the display name of the group tag to delete. An error will be thrown if the group tag does not exist.
Response
success
number
Indicates whether the call was successful. 1 if successful, 0 if not.