v1

latestOpenAPI 3.0.1MIT2026-07-26104203277.0 KB

Delete a campaign

Soft deletes a campaign by ID. The campaign will be marked as deleted but not permanently removed from the database.

delete/v1/voice-agents/campaigns/{id}

Path parameters

idstring uuid required
Example:a8f7656f-098b-4c43-b165-7cfd2cc8ac50

UUID of the campaign.

Response

Successful response

successboolean
messagestring
messageKeystring

Example response

{
  "success": true,
  "message": "Operation completed successfully",
  "messageKey": "OPERATION_SUCCESSFUL"
}