Skip to content

Delete Opt-In Process

Tool name: delete-opt-in-process

Deletes one KlickTipp opt-in process (also called subscription process or subscriber list) together with its confirmation email. The contacts that subscribed through it keep their subscription and are not deleted. Refused for the default process of the account, and for a process that forms, campaigns or other entities still refer to -- the refusal names what refers to it, so those can be pointed elsewhere first. This cannot be undone, so only call it for a process the user has explicitly asked to delete, named by the ID that get-opt-in-process reports.

Input schema

optInProcessIdinteger, >= 1required

ID of the opt-in process to delete

accountIdnull or integer, >= 1

User ID of the account; omit for the account the access token works in

Default:null
Input example
{ "optInProcessId": 1, "accountId": null }

Output schema

accountIdintegerrequired
idintegerrequired
namestringrequired
Output example
{ "accountId": 0, "id": 0, "name": "string" }