Remove a tag. Only organization admins are able to delete tags.
cURL
curl --request DELETE \ --url https://api.synack.com/v1/assessment_tags/{id} \ --header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the assessment tag
Tag was successfully removed