Remove candidate property valueAsk AIdelete https://api.smartrecruiters.com/configuration/candidate-properties/{id}/values/{valueId}Remove candidate property value labelPath ParamsidstringrequiredCandidate property id (uuid or key)valueIdstringrequiredcandidate property's value identifierResponses 204 400with codes: CANDIDATE_PROPERTY_NOT_SINGLE_SELECT when candidate property type is not SINGLE_SELECT, CANDIDATE_PROPERTY_LAST_VALUE when attempting to remove the last candidate property value CANDIDATE_PROPERTY_LIBRARY_READONLY_RESTRICTION when attempting to remove library property value 404with codes: CANDIDATE_PROPERTY_NOT_FOUND when candidate property with given id does not exist, CANDIDATE_PROPERTY_VALUE_NOT_FOUND when candidate property value with given id does not exist. Updated 7 months ago