delete/curriculum/{curriculumId}/experience/{experienceId}

Deletes an experience identified by experienceId from a Curriculum identified by curriculumId for the authenticated user.


Request

Resource URL

https://api.infojobs.net/api/1/curriculum/{curriculumId}/experience/{experienceId}

Security

  • User Role: role_candidate
  • Scope: candidate_delete_curriculum_experience

Parameters

Name Description

curriculumId

Required

The curriculum identifier.

Example values: E5B265D1-FA87-96B3-6A5EC0B

experienceId

Required

The experience identifier.

Example values:16430987168

Error codes

Code Description

361

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

669

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

Examples

This example deletes the experience identified by the experienceId=16430987168 from the Curriculum with the curriculumId=E5B265D1-FA87-96B3-6A5EC0BE3125817E.

Request

DELETE http://api.infojobs.net/api/1/curriculum/E5B265D1-FA87-96B3-6A5EC0BE3125817E/experience/16430987168