delete_postman_collection_item
Removes a specific item from a Postman collection by its name, updating the collection file. Enables targeted deletion of obsolete endpoints for easier maintenance.
Instructions
Delete an item from the Postman collection by name
Args:
file_path: The path to the Postman collection file (string)
item_name: The name of the item to delete (string)
Returns:
The updated Postman collection data (dict)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| item_name | Yes |