> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jobkit.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete job

> Delete a job post

<Note>Requires user authentication</Note>

<ParamField path="id" type="integer" required>
  The id of the job to delete
</ParamField>

<ResponseExample>
  ```json Response theme={"system"}
    {
      "message": "Job successfully deleted."
    }
  ```
</ResponseExample>
