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

Documentation Index

Fetch the complete documentation index at: https://docs.rxresu.me/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

The API key to authenticate requests.

Path Parameters

id
string
required

The ID of the resume.

Response

200 - application/json

The resume and its associated files were deleted successfully.

The response is of type any.