---
title: "Delete Ideal Customer Profile"
method: DELETE
path: "/copilot/v1/ideal-company-profile/{segmentId}"
tags: ["Ideal Customer Profile"]
---

# Delete Ideal Customer Profile

`DELETE /copilot/v1/ideal-company-profile/{segmentId}`

Permanently deletes an Ideal Customer Profile identified by `segmentId`.

Deleting a segment removes the associated target company profile from the system and from any go-to-market configuration that references it.
This is a hard delete operation and cannot be undone.
If the specified `segmentId` does not exist, the endpoint returns **404 Not Found**.
If you want to hide a segment without permanently removing it, use the [Archive Ideal Customer Profile](https://docs.zoominfo.com/zoominfoenterprise/reference/customeridealcompanysegmentinterface_archiveidealcompanysegment) endpoint instead.

Use [Get Ideal Customer Profile](https://docs.zoominfo.com/zoominfoenterprise/reference/customeridealcompanysegmentinterface_getidealcompanysegment)
to verify the profile exists before deletion.

Common use cases
- Remove outdated or incorrect ICP definitions
- Clean up duplicate segments
- Reset segment configuration before recreating it

## Path parameters

- `segmentId` string, uuid, required

## Response `204`

Success

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

---

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