Tag groups
Delete tag group
Delete a custom tag group.
DELETE
Deletes a custom tag group.
Use this route only for workspace-owned custom groups you created. Tag-level routes live on Tags.
Headers
Bearer token containing your Fini workspace API key. Format:
Bearer fini_... The key needs write scope.Path parameters
Tag group ID to delete.
Response
true when the delete completed successfully.Current controller behavior: unknown IDs and attempts to delete mandatory groups currently surface as
500 Internal Server Error on this public route.Errors
401 Unauthorized
401 Unauthorized
403 Forbidden
403 Forbidden
The API key does not include the
write scope required for this route.500 Internal Server Error
500 Internal Server Error
Fini failed while deleting the tag group. Unknown or non-deletable IDs currently surface here as well.

