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