action ato_delete_individuals_party_id_licenses_product_id { label: "Delete a license" description: "Delete a license\n" provider: ato method: DELETE path: "/individuals/{partyId}/licenses/{productId}" encoding: json output: { type: "object" additionalProperties: true } }