action ato_delete_individuals_party_id { label: "Delete an individual" description: "Delete an individual with the specified identifier\n" provider: ato method: DELETE path: "/individuals/{partyId}" encoding: json output: { type: "object" additionalProperties: true } }