---
title: "Delete Customer Settings"
method: DELETE
path: "/copilot/v1/customer-settings"
tags: ["Customer Settings"]
---

# Delete Customer Settings

`DELETE /copilot/v1/customer-settings`

Permanently deletes the Customer Settings record for the authenticated customer. Customer Settings store the customers
Company Overview configuration.

Deleting this record removes that configuration from the system.
This resource is a singleton per customer, meaning each customer can have only one Customer Settings record.
If no Customer Settings record exists, the endpoint returns **404 Not Found**.

This is a hard delete operation. Once deleted, the record is removed from the backend and must be recreated using
[Upsert Customer Settings](https://docs.zoominfo.com/zoominfoenterprise/reference/customersettingsinterface_upsertcustomersettings) if needed.

Common use cases
- Remove an existing company overview configuration
- Reset customer-level company settings before recreating them
- Clean up configuration that is no longer valid

Use [Get Customer Settings](https://docs.zoominfo.com/zoominfoenterprise/reference/customersettingsinterface_getcustomersettings) to verify settings exist before deletion,
or [Upsert Customer Settings](https://docs.zoominfo.com/zoominfoenterprise/reference/customersettingsinterface_upsertcustomersettings) to recreate them if needed.

## Response `204`

Success

## Other responses

- `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/revisions/d1ee1374b588/schema)
