---
title: "EntityFitnesses.delete"
method: DELETE
path: "/entities/EntityFitnesses/{id}"
tags: ["Opportunity"]
---

# EntityFitnesses.delete

`DELETE /entities/EntityFitnesses/{id}`

Removes EntityFitness with given id

## Path parameters

- `id` string, uuid, required

## Query parameters

- `validation-level` integer

## Response `200`

Removal confirmation

- object
  - `success` boolean — True when response succeeded, false on error.
  - `data` string, uuid — id of deleted EntityFitness

## Other responses

- `404` — Sent when invalid ID is given
- `500` — unexpected error

---

[API](https://skmtc.net/aws/apis/pipeliner-cloud-api.md) · [All operations](https://skmtc.net/aws/apis/pipeliner-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/pipeliner-cloud-api/versions/e8c12ae60aca/schema)
