Communication Identity - Delete
删除标识,撤销标识的所有令牌,并删除所有关联的数据。
DELETE {endpoint}/identities/{id}?api-version=2025-06-30
URI 参数
| 名称 | 在 | 必需 | 类型 | 说明 |
|---|---|---|---|---|
|
endpoint
|
path | True |
string (url) |
|
|
id
|
path | True |
string |
要删除的标识的标识符。 |
|
api-version
|
query | True |
string |
要调用的 API 版本。 |
响应
| 名称 | 类型 | 说明 |
|---|---|---|
| 204 No Content |
无内容 |
|
| Other Status Codes |
错误 |
示例
Delete an identity
示例请求
DELETE https://my-resource.communication.azure.com/identities/8:acs:2dee53b4-368b-45b4-ab52-8493fb117652_00000005-14a2-493b-8a72-5a3a0d000081?api-version=2025-06-30
示例响应
定义
| 名称 | 说明 |
|---|---|
|
Communication |
通信服务错误。 |
|
Communication |
通信服务错误。 |
CommunicationError
通信服务错误。
| 名称 | 类型 | 说明 |
|---|---|---|
| code |
string |
错误代码。 |
| details |
有关导致此错误的特定错误的更多详细信息。 |
|
| innererror |
内部错误(如果有)。 |
|
| message |
string |
错误消息。 |
| target |
string |
错误目标。 |
CommunicationErrorResponse
通信服务错误。
| 名称 | 类型 | 说明 |
|---|---|---|
| error |
通信服务错误。 |