action meshery_id_delete_application_file { label: "Handle DELETE request for Application File Deploy" description: "Delete a deployed application file with the request" provider: meshery method: DELETE path: "/api/application/deploy" encoding: json output: { type: "object" additionalProperties: true } }