POST
/
api
/
v1
/
engine
/
dataset
/
Invalidate
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Engine/api/v1/engine/dataset/Invalidate \
  --header 'Content-Type: application/json' \
  --data '{
  "DataSetId": "<string>",
  "RecordIds": [
    "<string>"
  ],
  "TransactionId": "<string>"
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>"
}

Body

application/json

Response

200 - application/json

The response is of type object.