你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Phone Numbers - Release Phone Number

释放购买的电话号码。

DELETE {endpoint}/phoneNumbers/{phoneNumber}?api-version=2022-12-01

URI 参数

名称 必需 类型 说明
endpoint
path True

string (url)

通信资源,例如 https://resourcename.communication.azure.com

phoneNumber
path True

string

要发布的电话号码,例如 +11234567890。

api-version
query True

string

要调用的 API 版本

响应

名称 类型 说明
202 Accepted

该服务已接受请求,稍后将开始处理。 它将立即返回“Accepted”并包含“Operation-Location”标头。 客户端应使用“Operation-Location”标头中指定的 URL 进一步查询操作状态。

标头

  • Operation-Location: string
  • operation-id: string
  • release-id: string
Other Status Codes

CommunicationErrorResponse

失败

示例

Release phone number

示例请求

DELETE https://resourcename.communication.azure.com//phoneNumbers/+11234567890?api-version=2022-12-01

示例响应

Operation-Location: /phoneNumbers/operations/release_378ddf60-81be-452a-ba4f-613198ea6c28
operation-id: release_378ddf60-81be-452a-ba4f-613198ea6c28
release-id: 378ddf60-81be-452a-ba4f-613198ea6c28

定义

名称 说明
CommunicationError

通信服务错误。

CommunicationErrorResponse

通信服务错误。

CommunicationError

通信服务错误。

名称 类型 说明
code

string

错误代码。

details

CommunicationError[]

有关导致此错误的特定错误的更多详细信息。

innererror

CommunicationError

内部错误(如果有)。

message

string

错误消息。

target

string

错误目标。

CommunicationErrorResponse

通信服务错误。

名称 类型 说明
error

CommunicationError

通信服务错误。