Skip to main content
DELETE
Delete Skills

Endpoint

Base URL: http://localhost:3000/api/v1
This endpoint requires authentication and Job Seeker role.

Authentication

Include the access token in the Authorization header:

Description

Remove multiple skills from the authenticated job seeker profile by sending an array of skill IDs.

Request Body

Response

Success Response (200 OK)

Error Responses

401 Unauthorized

403 Forbidden

404 Not Found - Skill Not in Profile

Notes

This only removes the skill association from your profile, not the skill itself from the platform.