Skip to main content
Version: 3.33.2

FormData.delete()

The delete() method of the FormData interface removes all key/value pairs with the given name from the FormData object.

Syntax

delete(name)

Parameters

  • name
    • : The name of the key you want to delete.

Return value

undefined