Delete an option list
RequestResponse
DELETE /datasources/<name>
Replace these placeholders:
|
placeholder |
description |
|---|---|
|
<name> |
the name of option list that needs to be returned |
Response
|
Response |
Body |
|---|---|
|
|
Returns an empty body when everything was processed without errors. |
|
|
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
RequestResponse
Status: 204 No Content
RequestResponse
Status: 403 Forbidden
{
"Message": "Only the 'Job.State' property can be changed."
}