---
title: "Delete a facility credentialing workflow"
method: DELETE
path: "/facility-credentialing-workflows/{workflowId}"
tags: ["FacilityCredentialingWorkflow"]
---

# Delete a facility credentialing workflow

`DELETE /facility-credentialing-workflows/{workflowId}`

Permanently removes the specified facility credentialing workflow from the system. **When to use:** Use to remove a workflow that was created in error or is no longer needed. This action is not idempotent — a second call on the same ID will return `404 Not Found`. **Returns:** `204 No Content` on success. Whether the underlying row is hard- or soft-deleted is determined by the DAL and is not asserted here.

## Path parameters

- `workflowId` string, required

## Headers

- `tenant-id` string, required

## Response `204`

Successfully deleted the facility credentialing workflow

## Other responses

- `401` — Unauthorized - Authentication required
- `403` — Forbidden - User does not have required permissions
- `404` — Facility credentialing workflow not found
- `500` — Internal Server Error - An unexpected error occurred

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/revisions/563848e0ecc0/schema)
