Delete a notification endpoint
通知
Notification Endpoint を削除
POST
Delete a notification endpoint
Notification Endpoint を一覧取得で返される
apiNotificationId を指定して、登録済みの通知エンドポイントを 1 件削除します。1 回の呼び出しで削除できるのは 1 件です。レスポンスにペイロードはありません——meta.status で結果を確認してください。
削除できるのは、自分のアカウントが本 API を通じて登録したエンドポイントのみです。存在しない、または他のアカウントに属する apiNotificationId を指定した場合は、HTTP 200、meta.status 400、meta.errorCode VALIDATION_FAILED で次のように返ります。
冪等性
x-returnhelper-idempotency-key ヘッダーは任意です。付与しない呼び出しも通常どおり実行されますが、重複に対する保護はありません。冪等性を参照してください。
関連
承認
Your API key
Your API token — keep this private
ボディ
application/json
Identifier of the notification endpoint to delete, as returned by /api/Notification/GetAll.
例:
1234
レスポンス
Success — returns the standard response envelope with no additional payload fields. Inspect meta.status to confirm the deletion succeeded.
Universal response envelope. Successful responses include the business payload as additional top-level fields alongside correlationId and meta. Failed responses (auth errors, validation errors) only populate correlationId and meta, with meta.errorCode and meta.error describing the failure.