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