globalsFormData()prototypeFormData.delete()Version: 3.37.0On this pageFormData.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