Management APICode lists
Remove a code from a study code list
Authorization
BearerAuth AuthorizationBearer <token>
In: header
Path Parameters
studyKey*string
Query Parameters
listKey*string
code*string
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/studies/string/study-code-list/codes?listKey=string&code=string"{
"success": true
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}