action meshery_id_delete_load_preferences { label: "Handle DELETE request for load test preferences" description: "Used for deleting load test preferences" provider: meshery method: DELETE path: "/api/user/prefs/perf" encoding: json input: { type: "object" properties: { uuid: { type: "string" format: "uuid" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }