action smart_me_sub_user_delete { label: "Delete a subuser" provider: smart_me method: DELETE path: "/api/SubUser/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }