---
title: "Bulk Delete SLA Profiles by project ID"
method: POST
path: "/design/sla-profiles/by-project/{projectId}"
tags: ["Design - SLA Profiles"]
---

# Bulk Delete SLA Profiles by project ID

`POST /design/sla-profiles/by-project/{projectId}`

## Path parameters

- `projectId` string, required

## Request body

- SLAProfile[]
  - `id` string
  - `projectId` string
  - `name` string
  - `thresholds` SLAThreshold[]
    - unknown

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `429` — Too Many Requests

## Changes

- **2026-09-26** `65e661618b8f` — 1 info
  - api operation id `D_1` removed and replaced with `z`
- **2026-09-15** `4da8c9536717` — 1 info
  - api operation id `T` removed and replaced with `D_1`
- **2026-09-15** `e2458537595b` — 1 info
  - api operation id `O` removed and replaced with `T`
- **2026-09-11** `2e438cb3181d` — 1 info
  - api operation id `R_2` removed and replaced with `O`
- **2026-09-07** `50527361f800` — 1 info
  - api operation id `f_1` removed and replaced with `R_2`

[Full history](https://skmtc.dev/octoperf/apis/octoperf-api/changes/design/sla-profiles/by-project/:projectId/post.md)

---

[API](https://skmtc.dev/octoperf/apis/octoperf-api.md) · [All operations](https://skmtc.dev/octoperf/apis/octoperf-api/llms.txt) · [OpenAPI document](https://skmtc.dev/octoperf/apis/octoperf-api/revisions/65e661618b8f?raw)
