---
title: "Delete the workflow definition for an envelope."
method: DELETE
path: "/v2.1/accounts/{accountId}/envelopes/{envelopeId}/workflow"
tags: ["EnvelopeWorkflowDefinition"]
---

# Delete the workflow definition for an envelope.

`DELETE /v2.1/accounts/{accountId}/envelopes/{envelopeId}/workflow`

Deletes the specified envelope's workflow definition if it has one.

**Note:** If the envelope was scheduled to be sent, this endpoint will cancel the scheduled send and the envelope status will be reset to 
`created`. To resend the envelope, call the update the status to `sent` with the [Envelopes::Update](/docs/esign-rest-api/reference/envelopes/envelopes/update/) method.

## Path parameters

- `accountId` string, required
- `envelopeId` string, required

## Response `200`

Successful response.

## Other responses

- `400` — Error encountered.

---

[API](https://skmtc.net/docusign/apis/docusign-esignature-rest-api.md) · [All operations](https://skmtc.net/docusign/apis/docusign-esignature-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/docusign/docusign-esignature-rest-api/versions/77f1998c313d/schema)
