指定されたIDのウェブフックを削除します。
project_id required | string <uuid> パブリッシャーアカウントからのログインプロジェクトID。 |
event_type required | string イベントタイプ。以下の値を指定できます:
|
webhook_id required | integer 削除したいウェブフックの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": { }
}
}