Skip to main content
DELETE
Delete Education

Endpoint

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

URL Parameters

Authentication

Include the access token in the Authorization header:

Description

Delete an education entry. This action cannot be undone.

Response

Success Response (200 OK)

Error Responses

401 Unauthorized

403 Forbidden

404 Not Found

Example Request

Notes

Permanent Deletion: This action cannot be undone. The education entry will be permanently removed.
Re-add Deleted Entry: If you accidentally delete an education, you can create a new one using the create endpoint.