Skip to main content

Remove a tag from a chart

DELETE https://api-{region}.seatsio.net/charts/{chartKey}/tags/{chartName}
Tip

Keep in mind that your tag needs to be URI encoded!

Example request

curl https://api-{region}.seatsio.net/charts/4250fffc-e41f-c7cb-986a-2c5e728b8c28/tags/tag1 \
-u aSecretKey: -X DELETE

Response

204 - No Content

404 - Not Found: when the chart did not contain the tag you specified.