Delete a quick workflow

Delete a quick workflow (you must cancel it first if not completed).

Method Path
DELETE /api/v1/quick/envelopes/{id}

Example

curl --location --request DELETE 'https://app.yumisign.com/api/v1/quick/envelopes/20211123aba6531f586827ef412d5f9e729f572e'
{
    "identifier": "20211123aba6531f586827ef412d5f9e729f572e",
    "result": true,
    "response": null,
    "error": null
}