Skip to main content
POST
Detach SIP Configuration from a Number

Authorizations

x-api-key
string
header
required

API Key for authentication

Body

application/json
phone_number
string
required

Phone number in E.164 format (must include country code)

Example:

"+14444444477"

direction
enum<string>
required

SIP direction to attach

Available options:
inbound,
outbound,
both
Example:

"both"

Response

SIP configuration detached successfully.