Delete DDS Data

DELETE /ws/rest/service/v1/ds/ddsdata

Version: 20.10

Purpose:

To delete DDS data

Input:

All parameters should be URL encoded.

Both input & output in JSON format in the body

Delete DDS data input JSON

{

"data": {

"dds_name": "sampleDDS",

"id":[712,714]

}

}

Input JSON field description:

Output:

JSON object containing 'status', 'data', 'message'

Delete DDS data output JSON

{

"data": {

},

"message": [

{ id: "712","status": "200","message":"success"},

{ id: "714","status": "1509","message":"DDS does not exist"}

],

"status": 3000

}

Status codes are:

1> 200 , for success

2> 3002, for invalid JSON input

3> 1101, for Empty or Invalid JSON data



Legal Notices | Your Privacy Rights
Copyright © 1998, 2022

Last Published Tuesday, February 8, 2022