Skip to main content

Delete a cloud phone number type

Delete a cloud phone number type

Path Parameters
    cloudPhoneNumberType string required
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
DELETE /admin/cloudPhoneNumberTypes/:cloudPhoneNumberType

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/communications
Username
Password
cloudPhoneNumberType — path required
curl / cURL
curl -L -X DELETE '/communications/admin/cloudPhoneNumberTypes/:cloudPhoneNumberType' \
-H 'Accept: application/json'