action watchful_delete_sso_user_by_id { label: "Delete a specific SSO User" description: "Delete a specific SSO User" provider: watchful method: DELETE path: "/ssousers/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }