action pdfgeneratorapi_delete_workspace { label: "Delete workspace" description: "Deletes the workspace" provider: pdfgeneratorapi method: DELETE path: "/workspaces/workspaceId" encoding: json input: { type: "object" properties: { workspaceId: { type: "string" } } required: ["workspaceId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }