cURL
curl --request DELETE \ --url https://rxresu.me/api/openapi/resume/{id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{}'
"<unknown>"
Delete a resume, by its ID.
The API key to authenticate requests.
The body is of type object.
object
OK
The response is of type any.
any