mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-10 08:05:22 +02:00
8 lines
290 B
Text
8 lines
290 B
Text
|
|
---
|
||
|
|
title: "Delete Configuration"
|
||
|
|
description: "Delete a telephony configuration"
|
||
|
|
openapi: "DELETE /api/v1/organizations/telephony-configs/{config_id}"
|
||
|
|
---
|
||
|
|
|
||
|
|
Returns `409 Conflict` if the configuration is referenced by any campaign or phone number. Detach those resources first, then retry.
|