Delete option list
DELETE /datasources/:optionListName
Replace these placeholders:
placeholder | description |
---|---|
:optionListName | the name of option list that needs to be returned |
Response
Response | Body |
---|---|
204 No Content | Returns an empty body when everything was processed without errors. |
500 Internal Server Error | Returns an object that contains the specific error message and stack trace if the item list can not be found, ie. it has already been deleted or the name is wrong. |
Response examples
Status: 204 No Content
Status: 403 Forbidden
{
"Message": "Only the 'Job.State' property can be changed."
}
Can we improve this article ? Provide feedback