---
title: "Delete a search job."
method: DELETE
path: "/v2/search/jobs/{jobId}"
tags: ["searchJobManagement"]
---

# Delete a search job.

`DELETE /v2/search/jobs/{jobId}`

Use the search job identifier to delete the search job.

## Path parameters

- `jobId` string, required

## Response `200`

The search job was deleted successfully.

- SearchJobDeleteResponse
  - `warning` string — Warnings value contains the detailed information about the warning while deleting a search job.
  - `jobId` string — The Id of the search job which is deleted.

## Other responses

- `default` — Operation failed with an error.

## Changes

- **2026-08-19** `c9986f3d589b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sumologic/apis/sumo-logic-api/changes/v2/search/jobs/:jobId/delete.md)

---

[API](https://skmtc.dev/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.dev/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/revisions/52fb86bd0f70/schema)
