---
title: "Delete an existing target node profile"
method: DELETE
path: "/api/target_nodes/profiles"
tags: ["Target Nodes"]
---

# Delete an existing target node profile

`DELETE /api/target_nodes/profiles`

Deactivates a target node profile if it's not being used by any software stacks

## Headers

- `X-EDH-USER` string, required
- `X-EDH-TOKEN` string, required

## Response `200`

Target node profile deleted successfully

- object
  - `success` boolean
  - `message` string

## Other responses

- `400` — Bad request - missing or invalid parameters
- `401` — Authentication required
- `403` — Forbidden - cannot delete default profile or profile in use
- `404` — Profile not found or already deactivated
- `500` — Internal server error

---

[API](https://skmtc.net/aws-samples/apis/engineering-development-hub-edh-api.md) · [All operations](https://skmtc.net/aws-samples/apis/engineering-development-hub-edh-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws-samples/engineering-development-hub-edh-api/versions/6db97cead8df/schema)
