Outdial
Delete an existing outdial.
Deletes an outdial specified by its ID.
delete/outdials/{id}
Path parameters
idstring required
The ID of the outdial to delete.
Response
The result of the delete operation.
Example response
{
"id": "3c4d5e6f-7a8b-9012-cdef-012345678901",
"customer_id": "7c4d2f3a-1b8e-4f5c-9a6d-3e2f1a0b4c5d",
"campaign_id": "c3d4e5f6-a7b8-9012-3456-7890abcdef01",
"name": "Q1 Target List",
"detail": "Outbound dial list for Q1 campaign",
"data": "custom-data",
"tm_create": "2026-01-15T09:30:00.000000Z",
"tm_update": "2026-01-15T09:30:00.000000Z",
"tm_delete": "2026-01-15T09:30:00.000000Z"
}