action britbox_delete_account { label: "deleteAccount" description: "Delete account in compliance with GDPR.\n\nThe expected token scope is Settings.\n" provider: britbox method: POST path: "/itv/deleteaccount" encoding: json input: { type: "object" required: ["profileToken"] properties: { profileToken: { type: "string" description: "The ITV profile token." } } additionalProperties: false } output: { type: "object" additionalProperties: true } }