> For the complete documentation index, see [llms.txt](https://help.paintscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.paintscout.com/support/operations/jobs/how-to-delete-a-job.md).

# How to Delete a Job

{% hint style="danger" %}
**Important:** this feature requires the paid **Operations add-on.**
{% endhint %}

Delete a job from the deal or from the Production Calendar. Deleting removes it from the schedule and keeps the related history intact.

***

## Where can I Delete a Job?

### From a deal

1. Open the deal.
2. On the **Schedule** card, click the `...` menu.
3. Select **Delete**.
4. Confirm the deletion.

<figure><img src="/files/pwb7rNNoEvyitTbO38m6" alt=""><figcaption></figcaption></figure>

***

### From the Production Calendar

1. Open **Calendars → Production**.
2. Choose **Schedule**, **Day**, **Week**, or **Month** view.
3. Click the job.
4. Open the job preview.
5. Select **Delete**.
6. Confirm the deletion.

<figure><img src="/files/FkABjdJD1AF6WAcrjomO" alt=""><figcaption></figcaption></figure>

***

## What happens after deleting the job

After you delete the job:

* It is removed from the **Production Calendar** Day, Week and Month views.
* It is removed from the deal's **Schedule** section.
* It returns to **Unscheduled**.

The deletion history still appears on:

* The deal's **Activity log.**
* The related contact and company records.

{% hint style="info" %}
Need to change the dates or crew instead? Use [Edit or Reschedule a Job](/support/operations/jobs/edit-or-reschedule-a-job.md).
{% endhint %}

&#x20;&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.paintscout.com/support/operations/jobs/how-to-delete-a-job.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
