Type: lib.http.DeleteRequest
Namespace: lib.http
Description
Remove a resource from a server using an HTTP DELETE request. http, delete, request, url
Use cases:
- Delete user accounts
- Remove API resources
- Cancel subscriptions
- Clear cache entries
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| url | str |
The URL to make the request to. | `` |
Outputs
| Output | Type | Description |
|---|---|---|
| output | str |
Metadata
Related Nodes
Browse other nodes in the lib.http namespace.