cURL
curl --request DELETE \ --url http://localhost:3000/api/openapi/resumes/{id}/password \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{}'
"<unknown>"
Removes password protection from a resume. After removal, the resume (if public) can be viewed without entering a password. Requires authentication.
The API key to authenticate requests.
The ID of the resume.
The body is of type object.
object
The resume password was removed successfully.
The response is of type any.
any