リソースの削除

与えられたリソースGUIDのリソースを削除する。

のURLです。

DELETE http://api.aurelon.com/api/v2/resource/{ResourceGUID}

リクエストヘッダ。

MisKey : 認証を参照。
HardwareHash : 認証を参照
SerialNumber : 認証を参照
ApplicationVersion : Authenticationを参照。

対応する。

操作の結果を含むコンテンツタイプapplication/json。

成功です。

200 OK :{“リソースの削除に成功しました”}.

エラーです。

  • 400 Bad Request :{“Message”:””ResourceGUID” value required”}.
  • 400 Bad Request :{“Message”: “Resource still in use” }.
  • 401 Unauthorized :{“Message”: “Invalid HardwareHash”}.
  • 401 Unauthorized :{“Message”: “Invalid MisKey”}.
  • 401 Unauthorized :{“Message”:””MisKey” または “HardwareHash”, “SerialNumber” および “ApplicationVersion” ヘッダが必要です”}。
  • 404 Not Found :{“Message”: “ResourceGUID is not found”}.
  • 500 Internal Server Error :{“Message”: “Internal Server Error”}.
Updated on 5月 10, 2022

Was this article helpful?