campaigns

Delete a custom data column from campaign contacts

Removes a custom column from all contacts in a campaign's call queue. The column is deleted from the social_data field of every contact's json_csv_infos. The column name must exist in social_data — built-in fields (firstname, lastname, company) cannot be deleted. This operation is logged in the campaign's audit log (see GET .../logs).

Permission: No specific permission required. A valid API key is sufficient.

delete/campaigns/call/{campaignscalllistuuid}/numbers/columns

Path parameters

campaignscalllistuuidstring uuid required

The UUID of the campaign (e.g., 1a7a5639-3818-4b0e-9285-f6b3795f8db4). Use GET /campaigns/call to discover campaign UUIDs.

Query parameters

namestring required

Name of the column to delete

Response

Successful operation