---
title: "Create an unsubscribe embed"
method: POST
path: "/customers/{id}/unsubscribe_embeds"
tags: ["Unsubscribe embeds"]
---

# Create an unsubscribe embed

`POST /customers/{id}/unsubscribe_embeds`

## Path parameters

- `id` string, required

## Response `200`

The created `UnsubscribeEmbed` object

- UnsubscribeEmbed
  - `id` string, required — The ID of the unsubscribe embed
  - `url` string, required — The URL to embed the unsubscribe form
  - `customer` string, required — The ID of the customer that's unsubscribing

---

[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)
