---
title: "Delete an asset"
method: DELETE
path: "/v2/assets/{id}"
tags: ["Assets"]
---

# Delete an asset

`DELETE /v2/assets/{id}`

Deletes an asset in your organization. With API-key auth the asset must be owned by the key owner; assets shared at the organization level can only be deleted by an admin/owner session.

## Path parameters

- `id` string, required

## Response `200`

Asset deleted successfully

- object
  - `id` string

## Other responses

- `403` — Asset is visible but not deletable by the caller (only the owner or an org admin/owner can delete it)
- `404` — Asset not found
- `422` — API key has no owner to scope the deletion

---

[API](https://skmtc.dev/sync/apis/sync-api-v2.md) · [All operations](https://skmtc.dev/sync/apis/sync-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sync/sync-api-v2/revisions/595901a0ee97/schema)
