delete_request
Remove an API request from a Postman collection using either its ID or name to manage and organize your API testing workflows.
Instructions
Delete an API request from a Postman collection
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collectionId | Yes | Postman collection ID (UID) | |
| requestId | No | Request ID (UID) to delete. Can also use request name to find and delete. | |
| requestName | No | Optional: Request name to find and delete (alternative to requestId) |