---
title: "Report a deletion from the other side of a sync pair"
method: POST
path: "/sync/tombstones"
tags: ["Sync"]
---

# Report a deletion from the other side of a sync pair

`POST /sync/tombstones`

Applies a remote deletion locally (if the row still exists) and records the tombstone so future pulls stay consistent.

## Response `200`

Deletion applied (or row already absent).

## Other responses

- `400` — Unknown entity type or missing syncId.
- `500` — Failed to apply deletion.

---

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