Skip to main content
DELETE
Delete Selected Skill
Deletes a selected skill record. Once it’s gone, it’s gone — there’s no soft delete or recovery here. No authentication needed.

Path Parameters

string
required
The UUID of the selection record you want to remove.This is not the skill_id. It’s the selected_skill_id that was returned when you called POST /api/selected-skills. If you don’t have it, fetch the user’s selected skills first to find it.

Response

boolean
true when something was actually deleted
string
Confirmation or error message

Examples


Make sure you’re using selected_skill_id, not skill_id.These are two different things. skill_id identifies a skill in the catalogue. selected_skill_id identifies the record of a specific user having selected that skill. It’s the UUID in the data object from the POST response.If you pass a skill_id here by accident, you’ll just get a 404.