Skip to main content
POST
Cancel a draft advance

Description

Cancel advance draft → cancelled. Only draft advances can be cancelled — an active advance must go through write-off instead. Authorization:
  • Required role: admin or higher

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string<uuid>
required

Response

Advance cancelled.

Every /advance JSON response wraps its payload in { status, message, data }.

status
enum<string>
Available options:
success,
error
message
string
data
object