You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

/api/dataSets/:id/data:deleteIds

Deletes dataset data.

Resource Information

Request Parameters

Parameters

Detail

Example
id (path parameter)
ID of the data set to fetch. You can find the ID in the response to /api/dataSets.123
uids (path parameter)
List of row IDs to be deleted123,411,731

Sample Request / Response

Using curl:

curl --location --request DELETE 'https://service.belladati.com/api/dataSets/51/data/411,731?oauth_consumer_key=apiKey&oauth_token=e112f77a6485a1c369641c63fa858dbe&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1611844124&oauth_nonce=1611844124&oauth_version=1.0&oauth_signature=7DI6tg8TJCYH3U/TxGQ5Gk38iz8=' \
--header 'Content-Type: application/x-www-form-urlencoded'
  • No labels