Delete Request
delete_requestPermanently delete a Bruno request file from a collection to remove mistakenly created requests. Files are unlinked from disk and cannot be recovered.
Instructions
Permanently delete a Bruno request file from a collection. Use this to remove a request created by mistake; the file is unlinked from disk and cannot be recovered through this server. Only .yml/.bru files inside a detected Bruno collection can be deleted. To clear just a script and keep the request, use remove_script instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be true. Explicit acknowledgement that the file is deleted permanently. | |
| filePath | Yes | Absolute path to the .yml or .bru request file to delete. Get from list_requests or get_collection_stats. |