/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

  • No labels