---
title: "Delete campaign customer metadata"
method: DELETE
path: "/campaigns/{id}/customer_metadatas/{customer_id}"
tags: ["Campaign customer metadatas"]
---

# Delete campaign customer metadata

`DELETE /campaigns/{id}/customer_metadatas/{customer_id}`

## Path parameters

- `id` string, required
- `customer_id` string, required

## Response `200`

The deleted `CampaignCustomerMetadata` object

- CampaignCustomerMetadata
  - `customer` string, required — The ID of the customer
  - `metadata` object, required — Arbitrary metadata associated with this campaign-customer pair
  - `created_at` string, required — The creation timestamp
  - `updated_at` string, required — The last update timestamp

---

[API](https://skmtc.dev/pocketflows/apis/pocketflows-api.md) · [All operations](https://skmtc.dev/pocketflows/apis/pocketflows-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pocketflows/pocketflows-api/revisions/26723490b96f/schema)
