Delete DDS Definition
DELETE /ws/rest/service/v1/ds/dds
Version: 20.10
Purpose
To delete Dynamic Data Set Definition
Request Format
All parameters should be URL encoded.
Both input & output in JSON format in the body
Response Format
A JSON object is returned in the following format:
{
"data": [],
"message": [],
"status": <REST status code value>
}
A successful response displays a status code 200.
A failed response displays a message with a status code.
Delete Dynamic Data Set input JSON
{
"data": {
"dds_name": ["sampleDDS","sampleDDS2"]
}
}
Input JSON field description:
- Required Fields:
dds_name: DDS name
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
}
Supported Validation Messages and Status Codes
The following status codes and messages can display in the response to a request.
Status Code | Validation Message |
---|---|
200 | Success |
1101 | Empty or Invalid JSON data |
3000 | Partial create |
3002 | Invalid JSON input |
Related Topics
Last Published Tuesday, July 1, 2025