Request Delete Tool
Use Request Delete Tool to make HTTP DELETE requests to specified URLs from within your agents. This tool is essential for agents that need to remove resources, delete data from a server, or interact with web services that require DELETE operations. The response is returned as plain text.
| Field | Description |
| *Indicates mandatory field | |
| Name* |
A unique identifier for this specific Request Delete Tool instance. Example: requests_delete, delete_user_record |
| Description* | A short explanation of the tool’s purpose. Example: Deletes a specified record from a remote server using a DELETE HTTP request. |
| Allow Dangerous Requests | Optional checkbox. If selected, allows requests to non-HTTPS URLs or unsafe destinations. Use with caution. |
| API Specifications* | Upload the OpenAPI specification file that describes the target DELETE API endpoint. This helps validate request structure. |
| Response Content Type* | Select the format in which the response will be processed (e.g.,
text, json, etc.). |
| TLS Verify | Optional checkbox. When enabled, the agent will verify SSL certificates of the target URL. Disable only for testing or internal development against self-signed certificates. |