TagsDelete TagGADELETEhttps://app.rightbrain.ai/api/v1/org/:org_id/project/:project_id/tags/:tag_idPermanently delete a tag. Notes: Deleting a parent tag will also delete all child tags References to the deleted tag will be removed from all Tasks/Task Revisions This operation cannot be undone Path parametersorg_idstringRequiredThe unique identifier of the organization.project_idstringRequiredThe unique identifier of the project.tag_idstringRequiredThe unique identifier (UUID) of the tag to operate onHeadersAuthorizationstringRequiredBearer authentication of the form Bearer <token>, where token is your auth token.ResponseTag successfully deletedErrors400Delete Tag Request Bad Request Error401Delete Tag Request Unauthorized Error403Delete Tag Request Forbidden Error404Delete Tag Request Not Found Error422Delete Tag Request Unprocessable Entity Error