---
title: "DELETE /v1/tiles/{workspaceName}/{tileName}/versions/{version}"
method: DELETE
path: "/v1/tiles/{workspaceName}/{tileName}/versions/{version}"
tags: ["Tiles"]
---

# DELETE /v1/tiles/{workspaceName}/{tileName}/versions/{version}

`DELETE /v1/tiles/{workspaceName}/{tileName}/versions/{version}`

Deletes a tile version. Allowed within 48 hours of publish, or any time if the tile is private or has fewer than 500 downloads.

## Path parameters

- `workspaceName` string, required
- `tileName` string, required
- `version` string, required

## Headers

- `Authorization` string

## Response `204`

Default Response

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-09-15** `d50a02b79ad3` — 2 info
  - added the optional property `error/code` to the response with the `403` status
  - added the optional property `error/url` to the response with the `403` status

[Change history](https://skmtc.dev/tessl/apis/tessl-api/changes/v1/tiles/:workspaceName/:tileName/versions/:version/delete.md)

---

[API](https://skmtc.dev/tessl/apis/tessl-api.md) · [All operations](https://skmtc.dev/tessl/apis/tessl-api/llms.txt) · [OpenAPI document](https://skmtc.dev/tessl/apis/tessl-api/revisions/f4832accd5c3?raw)
