Permanently delete a job application by its unique ID. On success, the server returns aDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/ericcobasdev/careertrack-api/llms.txt
Use this file to discover all available pages before exploring further.
204 No Content response with no response body. This action cannot be undone.
Endpoint
This endpoint requires authentication. Include a valid Bearer token in the
Authorization header of every request.Path Parameters
The unique numeric ID of the job application to delete.
Example Request
Response
204 No Content
The application was successfully deleted. The response body is empty — no JSON is returned.401 Unauthorized
Returned when theAuthorization header is missing or the token is invalid.