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

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

RequestResponse
Status: 204 No Content
RequestResponse
Status: 403 Forbidden

{
  "Message": "Only the 'Job.State' property can be changed."
}

Do you have some feedback for us?

If you have suggestions for improving this article,