---
title: "Delete transactions"
method: DELETE
path: "/sales/v1/transactions"
tags: ["Sales:Sales V1:Sales Transactions"]
---

# Delete transactions

`DELETE /sales/v1/transactions`

Delete transactions within a specified time period. All transactions during this period will be permanently removed.

## Query parameters

- `locationId` integer, required — The location ID derived from the locations API
- `startTime` integer, required — The start time of the specified period in UNIX timestamp
- `endTime` integer, required — The end time of the specified period in UNIX timestamp

## Response `200`

Successful Response

- APIResponseBaseResponse
  - `requestId` string
  - `data` BaseResponse, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/connecteam/apis/connecteam-api-documentation.md) · [All operations](https://skmtc.net/connecteam/apis/connecteam-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/connecteam/connecteam-api-documentation/versions/d8f7f302222e/schema)
