---
title: "Enable or disable a creator's checkout link"
method: PATCH
path: "/creators/{creatorUserUuid}/checkout-links/{uuid}"
---

# Enable or disable a creator's checkout link

`PATCH /creators/{creatorUserUuid}/checkout-links/{uuid}`

Toggle the specified creator's checkout link status. Disabling is reversible: the link's checkout page stops accepting purchases until it is set back to active. Deleted links cannot be re-enabled.

## Path parameters

- `creatorUserUuid` string, uuid, required
- `uuid` string, uuid, required — Checkout link UUID

## Headers

- `X-Fanvue-API-Version` string, required

## Request body

- object
  - `status` 'active' | 'disabled', required — Set to disabled to stop the link's checkout page (reversible), or active to re-enable it.

## Response `200`

Checkout link status updated

- object
  - `uuid` string, uuid, required — Checkout link UUID
  - `status` 'active' | 'disabled', required — active links can be purchased; disabled links reject checkout until re-enabled

## Other responses

- `400` — Bad Request - API version not supported OR validation failed OR invalid UUID
- `401` — Unauthorized Response
- `403` — Unauthorized Response
- `404` — Not Found Response
- `410` — API version no longer supported (sunset)
- `429` — Too many requests - rate limit exceeded

---

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