Delete Code Type Assignments

delete

/api/restapi/codeType/{codeTypeId}/assignments

Send a request to this endpoint to delete code type assignments. The assignments provided in the body will be deleted from the code type object with an ID value that matches the value of the {codeTypeId} path parameter.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : List<String>
Type: array
Title: List<String>
Show Source
Back to Top

Response

204 Response

Successful operation with no content.

400 Response

Invalid input for the Code Type service. Verify the request contains valid data, then resubmit the request.
Back to Top