api_delete
Send a DELETE request to a specified API endpoint, allowing removal of resources or data. Requires URL and optional headers for structured API interactions within browser automation workflows.
Instructions
Perform a DELETE request to an API endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
headers | No | Request headers | |
url | Yes | API endpoint URL |