---
title: "Delete Signer"
method: DELETE
path: "/workflows/{id}/sign-status/signers/{signerRoleName}"
tags: ["Workflows"]
---

# Delete Signer

`DELETE /workflows/{id}/sign-status/signers/{signerRoleName}`

Deletes a signer from a signature packet, as specified by the `signerRoleName` parameter.

**OAuth Scope required:** `public.workflows.deleteSigners`

**NOTE**: Removing a signer will cancel the current packet that is out collecting signatures.

## Path parameters

- `id` string, required
- `signerRoleName` string, required

## Headers

- `x-as-user-email` string
- `x-as-user-id` string

## Response `204`

204

## Other responses

- `400` — 400
- `401` — 401
- `404` — 404 not found

---

[API](https://skmtc.net/ironcladapp/apis/ironclad-public-api.md) · [All operations](https://skmtc.net/ironcladapp/apis/ironclad-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ironcladapp/ironclad-public-api/revisions/9459b4cfc1e0/schema)
