action meshery_id_delete_deploy_pattern { label: "Handle DELETE request for Pattern Deploy" description: "Delete a deployed pattern with the request" provider: meshery method: DELETE path: "/api/pattern/deploy" encoding: json output: { type: "object" additionalProperties: true } }