Handler for tag/{id}.
Delete the tag with the given ID.
Required Parameters:
id
Future<void> delete({ required int id, }) async => _commandDeleteTag(_client, id: id);