remove method

remove(self, frame)

Removes the specified frame from the tag.


def remove(self, frame):
    ...
Parameter Type Description
frame groupdocs.metadata.formats.audio.ID3V2TagFrame The frame to be removed from the tag.

See Also