SIP trunks

Delete a SIP trunk

Deletes the SIP trunk identified by id. Deletion is permanent and stops call routing through the trunk.

delete/v1/trunks/{id}

Path parameters

idinteger required
Example:3107

The unique ID of the SIP trunk.

Response

Returns a success confirmation. The SIP trunk is deleted.

successboolean required

Indicates whether the request was successful.

Example response

{
  "success": true
}

Changes

Changed in 3 of the 50 revisions of this API.5

    • the endpoint scheme security bearerAuth was added to the API

      api-security-added

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api operation id DeleteaSIPtrunk removed and replaced with sip_trunks_delete

      api-operation-id-removed

    • added SuccessResponse to the response body allOf list for the response status 200

      response-body-all-of-added

    • removed OperationSuccessfulRepose from the response body allOf list for the response status 200

      response-body-all-of-removed

    This revision also has 163 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added