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

Authorizations

x-api-key
string
header
required

The API key to authenticate requests.

Path Parameters

id
string
required

The ID of the application.

Response

200 - application/json

The application was deleted successfully.

The response is of type any.