---
title: "Delete Product or Service"
method: DELETE
path: "/copilot/v1/products/{offeringId}"
tags: ["Products and Services"]
---

# Delete Product or Service

`DELETE /copilot/v1/products/{offeringId}`

Permanently deletes a Product or Service identified by `offeringId`.

A Product or Service represents a product, service, or solution provided by your company and serves as a
core component of your go-to-market configuration. Deleting a Product or Service removes the associated strategic context
used for positioning, targeting, and competitive analysis.

This is a hard delete operation. Once deleted, the Product or Service is permanently removed from the system and cannot be recovered.
If the specified offeringId does not exist, the endpoint returns **404 Not Found**.
If you want to hide a Product or Service without permanently removing it, use the [Archive Product or Service](https://docs.zoominfo.com/zoominfoenterprise/reference/organizationofferingsinterface_archiveorganizationoffering) endpoint instead.

Use [Get Product or Service](https://docs.zoominfo.com/zoominfoenterprise/reference/organizationofferingsinterface_getorganizationoffering)
to verify the Product or Service exists before deletion, or
[Upsert Product or Service](https://docs.zoominfo.com/zoominfoenterprise/reference/organizationofferingsinterface_upsertorganizationoffering)
to recreate it afterward if needed.

Common use cases
- Permanently remove an obsolete product or service
- Clean up incorrect or duplicate product or service records
- Reset a product or service before recreating it with updated configuration

## Path parameters

- `offeringId` 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.dev/zoominfo/apis/data-api-v1.md) · [All operations](https://skmtc.dev/zoominfo/apis/data-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zoominfo/data-api-v1/revisions/d1ee1374b588/schema)
