delete_folder
Remove a folder and all its contents from the GASSAPI backend to manage storage and organize API testing workflows.
Instructions
Delete a folder and all its contents
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folderId | Yes | Folder ID to delete |
Input Schema (JSON Schema)
{
"properties": {
"folderId": {
"description": "Folder ID to delete",
"type": "string"
}
},
"required": [
"folderId"
],
"type": "object"
}