API Docs
YMS API
Receipt
POST Delete Receipt

POST Delete Receipt

Introduction

Delete a receipt by its receipt ID. This operation permanently removes the receipt record from the system. Use with caution as this action cannot be undone.

API Request

POST /receipt/{receiptId}/delete

Request Parameters

NameLocationTypeRequiredDescription
receiptIdpathstringYesReceipt ID
X-Tenant-IDheaderstringNonone
X-Yard-IDheaderstringNonone
Item-Time-ZoneheaderstringNonone
AuthorizationheaderstringNonone

Response Example

200 Response

{
  "code": 0,
  "msg": "",
  "success": false,
  "data": null
}

Response

Status CodeDefinitionDescriptionData Model
200OK (opens in a new tab)noneRVoid (opens in a new tab)