Delete a dialer campaign
Soft-deletes the campaign: its status becomes deleted (terminal) and its deletion is timestamped. It stops being dialable and drops out of the default campaign list — GET /dialer/campaigns returns it only with include_deleted=true or status=deleted. Allowed from any status and idempotent — repeating the call on an already-deleted campaign is a no-op. Returns 409 only while the campaign still has active dialing sessions; end those and retry. Nothing is erased, so historical statistics and exports stay available.
Authorizations
HTTP Basic Authentication. Use your API Access Key ID as the username and your API Access Key Secret as the password. Generate keys in the CloudTalk Dashboard under Account -> Settings -> API Keys (https://dashboard.cloudtalk.io/menu/account/settings/API-keys).
Path Parameters
Dialer campaign ID.
^[1-9][0-9]*$Response
Operation completed successfully. A 204 response has an empty body.