delete/curriculum/{curriculumId}/education/{educationId}

Allows to delete the education identified by the educationId provided of a CV that belongs to the authenticated user.


Request

Resource URL

https://api.infojobs.net/api/1/curriculum/{curriculumId}/education/{educationId}

Security

  • User Role: role_candidate
  • Scope: candidate_delete_curriculum_education

Parameters

Name Description

curriculumId

Required

String

Alpha-numeric code identifying the CV to be edited.

Example values: E5F8F910-0F03-F307-AC00E6E14F41414D

educationId

Required

Numeric

Numeric code identifying the education item to be edited.

Example values:14826429040

Error codes

Code Description

361

Security exception when the Curriculum was not found or is trying to be read with no permissions.

612

Security exception when the experience was not found or is trying to be deleted with no permissions.

Examples

In the following example the education item identified by educationId "9248429800" of the curriculum identified by id "E5F8F910-0F03-F307-AC00E6E14F41414D" will be deleted.

Request

DELETE http://api.infojobs.net/api/1/curriculum/E5F8F910-0F03-F307-AC00E6E14F41414D/education/9248429800

Response

 { }