删除具有指定ID的Webhook。
project_id required | string <uuid> 发布商帐户中的登录管理器项目ID。 |
event_type required | string 事件类型。可以是以下值:
|
webhook_id required | integer 要删除的Webhook的ID。 |
无内容
未授权
未找到
请求过多
curl --request DELETE \ --url https://login.xsolla.com/api/projects/{project_id}/events/{event_type}/webhooks/{webhook_id} \ --header 'X-SERVER-AUTHORIZATION: YOUR_SERVER_TOKEN'
{- "error": {
- "code": "003-061",
- "description": "Object not found.",
- "details": { }
}
}