Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Sv translation
languageen

/api/dataSets/:id/attributes/:code/subsets/:sid

Deletes the subset with the specified ID.

Resource Information

Resource URL

https://service.belladati.com/api/dataSets/:id/attributes/:code/subsets/:cmid

HTTP Method

DELETE

Request Parameters

idData Set identifier. You can find the ID in the response to /api/dataSets.123
codeAttribute code. You can find the code in the response to /api/dataSets/:id.L_STATE

sid

ID of the subset

j3KE8bj7jc

Response

If the subset is successfully deleted, the endpoint will return the response "DELETED".

Sample Request

Using curl:


curl -X DELETE -H "Authorization: OAuth realm=\"https://service.belladati.com/\", oauth_consumer_key=\"myConsumer\", oauth_token=\"mh7an9dkrg59\", oauth_timestamp=\"135131231\", oauth_nonce=\"randomString\""https://service.belladati.com/api/dataSets/123/attributes/L_STATE/subsets/j3KE8bj7jc


Sv translation
languageja

/api/dataSets/:id/attributes/:code/subsets/:sid

指定されたIDのサブセットを削除します。

リソース情報

リクエストパラメーター

パラメーター詳細
idデータセット識別子。 IDは、/api/dataSetsへのレスポンスで確認できます。123
code

属性コード。このコードは、/api/dataSets/:idへのレスポンスで確認できます。

L_STATE

sid

サブセットのID。

j3KE8bj7jc

レスポンス

サブセットが正常に削除されると、エンドポイントは "DELETED" レスポンスを返します。

サンプルリクエスト

curl使用:


curl -X DELETE -H "Authorization: OAuth realm=\"https://service.belladati.com/\", oauth_consumer_key=\"myConsumer\", oauth_token=\"mh7an9dkrg59\", oauth_timestamp=\"135131231\", oauth_nonce=\"randomString\"" https://service.belladati.com/api/dataSets/123/attributes/L_STATE/subsets/j3KE8bj7jc