Delete an option list
delete
/api/rest/1.0/assets/optionList/{id}
Deletes the option list specified by the
id parameter.Request
Supported Media Types
- application/json
Path Parameters
-
id(required): integer
Id of the option list
Response
Supported Media Types
- application/json
200 Response
OK.
400 Response
Bad request. See Status Codes for information about other possible HTTP status codes.
401 Response
Unauthorized. See Status Codes for information about other possible HTTP status codes.
403 Response
Forbidden. See Status Codes for information about other possible HTTP status codes.
404 Response
The requested resource was not found. See Status Codes for information about other possible HTTP status codes.
500 Response
The service has encountered an error. See Status Codes for information about other possible HTTP status codes.