Move a chart to the archive
- Text
- PHP
- C#
- Java
- Python
- Ruby
- Javascript
- Go
POST https://api-{region}.seatsio.net/charts/{chartKey}/actions/move-to-archive
$seatsioClient->charts->moveToArchive("749b9650-24fb-11e7-93ae-92361f002671");
await Client.Charts.MoveToArchiveAsync("749b9650-24fb-11e7-93ae-92361f002671");
client.charts.moveToArchive("749b9650-24fb-11e7-93ae-92361f002671");
client.charts.move_to_archive("749b9650-24fb-11e7-93ae-92361f002671")
client.charts.move_to_archive("749b9650-24fb-11e7-93ae-92361f002671")
await client.charts.moveToArchive('chartKey');
err := client.Charts.MoveToArchive("chartKey")
Returns 204 when the chart was successfully moved to the archive. Returns 400 (Bad Request) when the chart was already moved to the archive.
curl -X POST https://api-{region}.seatsio.net/charts/749b9650-24fb-11e7-93ae-92361f002671/actions/move-to-archive \
-u aSecretKey: