Delete Selected Skill
Selected Skills
Delete Selected Skill
Remove a skill from a user’s profile. This can’t be undone.
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
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
true when something was actually deletedConfirmation or error message

