delete property

delete property

Represents an HTTP DELETE protocol method.

Definition:

@property
def delete(self):
    ...

See Also