---
title: "Delete a Workload Profile"
method: DELETE
path: "/orgs/{orgId}/workload-profiles/{profileQid}"
tags: ["public", "WorkloadProfile"]
---

# Delete a Workload Profile

`DELETE /orgs/{orgId}/workload-profiles/{profileQid}`

This will also delete all versions of a workload profile.

It is not possible to delete profiles of other organizations.

## Path parameters

- `orgId` string, required
- `profileQid` string, required

## Response `204`

The Workload Profile has been deleted.

## Other responses

- `400` — The request was invalid. More detail can be found in the error body.
- `404` — Either the resource or a related resource could not be found. More detail can be found in the error body.

---

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