删除邀请
DELETE
https://api.anthropic.com/v1/organizations/invites/invite_015gWxCN9Hfg2QhZwTK7Mdeu
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.anthropic.com/v1/organizations/invites/invite_015gWxCN9Hfg2QhZwTK7Mdeu' \
--header 'anthropic-version: 2023-06-01' \
--header 'x-api-key: ' \
--header 'content-type: application/json' \
--data-raw ''
响应示例响应示例
200 - 成功示例
{
"id": "invite_015gWxCN9Hfg2QhZwTK7Mdeu",
"type": "invite_deleted"
}
请求参数
Header 参数
anthropic-version
string
必需
示例值:
2023-06-01
content-type
string
必需
示例值:
application/json
x-api-key
string
必需
示例值:
{{ANTHROPIC_ADMIN_KEY}}
返回响应
修改于 2025-02-25 10:04:37