Skip to main content
DELETE
/
resumes
/
{id}
Delete a resume
curl --request DELETE \
  --url http://localhost:3000/api/openapi/resumes/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{}'
"<unknown>"

Authorizations

x-api-key
string
header
required

The API key to authenticate requests.

Path Parameters

id
string
required

The ID of the resume.

Body

application/json

The body is of type object.

Response

200 - application/json

The resume and its associated files were deleted successfully.

The response is of type any.