Versions Compared

Key

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

/api/dataSets/:id/data:deleteIds

Deletes dataset data.

Resource Information

Resource URL

https://service.belladati.com/api/dataSets/:id/data/:deleteIdsuids

HTTP Method

GETDELETE

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
deleteIdsuids (path parameter)
List of row IDs to be deleted123,411,731


Sample Request / Response

Using curl:

Code Block
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'


...