Delete DDS Definition

DELETE /ws/rest/service/v1/ds/dds

Version: 20.10

Purpose:

To delete Dynamic Data Set Definition

Input:

All parameters should be URL encoded.

Both input & output in JSON format in the body

Delete Dynamic Data Set input JSON

{

"data": {

"dds_name": ["sampleDDS","sampleDDS2"]

}

}

Input JSON field description:

Output:

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

Delete Dynamic Data Set ouptut JSON

{

"data": {

},

"message": [

{ name: "SampleDDS","status": "200","message":"success"},

{ name: "SampleDDS2","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