---
title: "Remove candidate property value"
method: DELETE
path: "/configuration/candidate-properties/{id}/values/{valueId}"
tags: ["configuration"]
---

# Remove candidate property value

`DELETE /configuration/candidate-properties/{id}/values/{valueId}`

Remove candidate property value label

## Response `204`

## Other responses

- `400` — with 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
- `404` — with 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.

---

[API](https://skmtc.net/smartrecruiters/apis/apply-api.md) · [All operations](https://skmtc.net/smartrecruiters/apis/apply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartrecruiters/apply-api/versions/449bdc2516c9/schema)
