---
title: "Bulk delete suites"
method: POST
path: "/api/v2/synthetics/suites/bulk-delete"
tags: ["Synthetics"]
---

# Bulk delete suites

`POST /api/v2/synthetics/suites/bulk-delete`

## Request body

- DeletedSuitesRequestDeleteRequest — Request body for bulk deleting Synthetic test suites.
  - `data` DeletedSuitesRequestDelete, required — Data object for a bulk delete Synthetic test suites request.
    - `attributes` DeletedSuitesRequestDeleteAttributes, required — Attributes for a bulk delete Synthetic test suites request.
      - `force_delete_dependencies` boolean — Whether to force deletion of suites that have dependent resources.
      - `public_ids` string[], required — List of public IDs of the Synthetic test suites to delete.
    - `id` string — An optional identifier for the delete request.
    - `type` 'delete_suites_request' — Type for the bulk delete Synthetic suites request, `delete_suites_request`.

## Response `200`

OK

- DeletedSuitesResponse — Response containing the list of deleted Synthetic test suites.
  - `data` DeletedSuiteResponseData[] — List of deleted Synthetic suite data objects.
    - `attributes` DeletedSuiteResponseDataAttributes — Attributes of a deleted Synthetic test suite, including deletion timestamp and public ID.
      - `deleted_at` string — Deletion timestamp of the Synthetic suite ID.
      - `public_id` string — The Synthetic suite ID deleted.
    - `id` string — The public ID of the deleted Synthetic test suite.
    - `type` 'suites' — Type for the Synthetics suites responses, `suites`.

## Other responses

- `400` — API error response.
- `429` — Too many requests

---

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