action slideroom_applicant_delete_attributes_v2 { label: "Deletes a custom attribute for an applicant." provider: slideroom method: DELETE path: "/api/v2/applicant/attributes" encoding: json input: { type: "object" properties: { commonAppYear: { type: "string" } email: { type: "string" } name: { type: "string" } pool: { type: "string" } } required: ["email", "name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }