Skip to main content
DELETE
Delete Integration
Delete an integration and its stored credentials. Note that integrations currently referenced by phone numbers cannot be deleted until those phone numbers are reassigned or removed.

Headers

string
required
Your API key for authentication.
string
required
The organization ID.

Path Parameters

string
required
The unique identifier of the integration (format: intg_[a-f0-9]{12}).

Permissions

  • integrations:delete (admin, agent_manager)

Response

boolean
Indicates if the request was successful.
string
Human-readable success message.
object
The deleted integration object.

Error Responses

Returned when the integration is still referenced by one or more phone numbers. The error message will list the phone numbers that must be removed or reassigned first.