action redirection_delete_project_item { label: "Removes the Project resource." provider: redirection method: DELETE path: "/projects/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }