---
title: "Delete Issues"
method: POST
path: "/tasks/v1/incidents/delete"
tags: ["Issues"]
---

# Delete Issues

`POST /tasks/v1/incidents/delete`

## Request body

- S12TasksV1DeleteIncidentsRequest — DeleteIncidentsRequest represents the list of issue UUIDs to delete.
  - `ids` string[], required — The list of issue UUIDs to be deleted.
  - `modified_at` string, date-time — Optional. The UTC time and date the deletion took place.

## Response `200`

A successful response.

- object

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/safetyculture/apis/safetyculture-api.md) · [All operations](https://skmtc.net/safetyculture/apis/safetyculture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/safetyculture/safetyculture-api/revisions/5be91df61ded/schema)
