Skip to main content
DELETE
Deactivate My Account

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

This endpoint deactivates (soft delete) the current job seeker’s account. The account data is not permanently deleted but marked as inactive. Users can contact support to reactivate their account if needed.

Response

Success Response (200 OK)

Response Fields

string
The unique identifier of the deactivated job seeker account.

Error Responses

401 Unauthorized - Not Authenticated

403 Forbidden - Insufficient Permissions

What Happens When Account is Deactivated

1

Account Status Changed

The account is marked as inactive (isActive = false)
2

Profile Hidden

The profile will no longer appear in job seeker searches
3

Login Disabled

The user can no longer log in with their credentials
4

Data Preserved

All profile data is preserved for potential reactivation

Reactivation

Account Reactivation: If you want to reactivate your account in the future, please contact support. Your profile data is preserved after deactivation.

Request Example

Security Notes

Permanent Action: Once deactivated, you won’t be able to access your account or appear in employer searches until reactivated.
Consider Before Deactivating: If you’re just taking a break from job hunting, consider updating your availability status to “NOT_LOOKING” instead of deactivating your account.