action vmware_delete_application { label: "Delete an application" description: "Deleting an application deletes all the tiers of the application along with the application" provider: vmware method: DELETE path: "/groups/applications/{id}" encoding: json output: { type: "object" additionalProperties: true } }