Providers
Delete Provider
Permanently delete a telephony provider configuration
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.
Path Parameters
You can get the provider configuration
id by hitting the Get All Providers API.Headers
Common Error Codes
Code Examples
Best Practices
- Disconnect First: Always disconnect the provider from bridges before deleting a configuration
- Irreversible: Deletion is permanent - verify the correct
idbefore proceeding - Audit Trail: Note the deletion in your records for compliance and troubleshooting purposes
- 204 Response: A successful delete returns HTTP 204 with no body - handle this in your code
- Error Handling: Handle 404 gracefully - the configuration may have already been deleted
Delete Provider