SeatBuilderSeatBuilder Docs

Unpublish a chart

Clears the `publishedVersion` on a chart. Events already created from previously-published versions keep working (they read the chart's current `publishedVersion` live; if `null`, the chart appears empty). Use with care.

POST/api/v1/charts/{chartKey}/unpublish

Path Parameters

chartKeystring

Response Body

curl -X POST "http://localhost:3000/api/v1/charts/string/unpublish"

{
  "chartKey": "chart_8a2b1c",
  "name": "Brooklyn Music Hall — main floor",
  "draftVersion": 4,
  "publishedVersion": null,
  "updatedAt": "2026-09-18T11:15:30.000Z"
}
{
  "statusCode": 0,
  "message": "string",
  "errors": {
    "property1": [
      "string"
    ],
    "property2": [
      "string"
    ]
  }
}
{
  "statusCode": 0,
  "message": "string",
  "errors": {
    "property1": [
      "string"
    ],
    "property2": [
      "string"
    ]
  }
}
{
  "statusCode": 0,
  "message": "string",
  "errors": {
    "property1": [
      "string"
    ],
    "property2": [
      "string"
    ]
  }
}