Tags
Delete tag
Delete one tag by tag ID.
DELETE
Deletes one tag.
The
{id} path segment is the tag ID on this route, not the tag group ID.Headers
Bearer token containing your Fini workspace API key. Format:
Bearer fini_... The key needs write scope.Path parameters
Tag ID to delete.
Response
true when the delete completed successfully.Current controller behavior: unknown tag IDs currently surface as
500 Internal Server Error on this route. Tags in Fini-managed groups are also not part of the supported write contract.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 resolving the tag or deleting it from storage.

