status | Overall status of the API response. Example: "success" | string |
message | Message indicating the result of the delete operation. | string |
data | Object containing details of the deleted campaign. | object |
data._id | Unique identifier of the deleted campaign. | string |
data.name | Campaign name. | string |
data.lname | Lowercase version of the campaign name. | string |
data.description | Description of the campaign objective and behavior. | string |
data.priority | Priority assigned to the campaign. | string |
data.dialingMode | Dialing mode used by the campaign. Example: "Preview" | string |
data.dialingStrategy | Strategy configuration for dialing. | object |
data.dialingStrategy.callerId.phoneNumber | Caller ID phone number used for outbound calls. | string |
data.dialingStrategy.callingHours.frequency | Frequency of campaign execution. Example: "WEEKLY" | string |
data.dialingStrategy.callingHours.days | List of days with start and end times for dialing. | array of object |
data.dialingStrategy.callingHours.days[].day | Day of the week. Example: "MO" | string |
data.dialingStrategy.callingHours.days[].start | Start time of the campaign on that day. (HH:MM AM/PM) | string |
data.dialingStrategy.callingHours.days[].end | End time of the campaign on that day. (HH:MM AM/PM) | string |
data.dialingStrategy.callingHours.timezone | Time zone for the defined calling hours. | string |
data.dialingStrategy.dialingOrder | Order in which contacts are dialed. Example: "FIFO" | string |
data.dialingStrategy.maxAttemptsPerRecord | Maximum number of attempts allowed per contact. | integer |
data.dialingStrategy.defaultRetryPeriod | Time (in minutes) before retrying a failed attempt. | integer |
data.dialingStrategy.maxRingTime | Maximum ring time per call attempt in seconds. | integer |
data.status | Current status of the campaign. Example: "Stopped" | string |
data.maxSkips | Maximum number of skips allowed for this campaign. | integer |
data.createdAt | Timestamp of campaign creation. (ISO 8601) | string |
data.updatedAt | Timestamp of the last campaign update. (ISO 8601) | string |
data.schedule | Scheduling configuration of the campaign. | object |
data.schedule.isSchedulingEnabled | Indicates if scheduling is enabled. | boolean |
data.schedule.isRecurrenceEnabled | Indicates if recurrence is enabled. | boolean |
data.campaignInstanceId | Unique identifier for the campaign instance. | string |
data.contactLists | Names of contact lists linked to the campaign. | array of string |
data.enableMachineDetect | Indicates if machine detection is enabled. | boolean |