Skip to main content
DELETE
Delete Provider

Delete Provider Configuration

Permanently delete a telephony provider configuration by its ID. Once deleted, this configuration can no longer be used to connect to bridges. This action cannot be undone.
Prerequisites: Make sure you have your API Token and Org-Handle ready. See Authentication for details.
Deleting a provider configuration that is actively connected to a bridge may disrupt call routing. Disconnect the provider from all bridges before deleting.

Path Parameters

You can get the provider configuration id by hitting the Get All Providers API.

Headers

Common Error Codes

Code Examples

Best Practices

  1. Disconnect First: Always disconnect the provider from bridges before deleting a configuration
  2. Irreversible: Deletion is permanent - verify the correct id before proceeding
  3. Audit Trail: Note the deletion in your records for compliance and troubleshooting purposes
  4. 204 Response: A successful delete returns HTTP 204 with no body - handle this in your code
  5. Error Handling: Handle 404 gracefully - the configuration may have already been deleted

Authorizations

Authorization
string
header
required

Format: Token

Headers

Org-Handle
string
required

Organization domain handle

Example:

"unpod.tv"

Path Parameters

id
integer
required
Example:

42

Response

Provider deleted successfully - No Content