Printago API
DELETE /v1/sequences/{id}

Delete a sequence

Deletion is blocked with 409 while any SKU's linked part still binds a text parameter to the sequence. The issuance ledger is removed with it.

Requires: sequence.edit

Path Parameters

id required
string
Sequence ID

Response Schema

Response
value
string[]

Example Response

200 OK — application/json
[
  "string"
]