Skip to main content
DELETE
Delete CV

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

Delete your current CV from your profile. This removes the CV file from storage and detaches it from your profile. This does not delete manually entered profile data.

Response

Success Response (200 OK)

Error Responses

401 Unauthorized

403 Forbidden

404 Not Found - No CV

Notes

Profile Data Preserved: Deleting your CV does not affect your manually entered profile data such as work experience, education, and skills.
Re-upload Available: You can upload a new CV at any time after deleting the old one.