---
title: "Delete a credentialing workflow and its associated data"
method: DELETE
path: "/credentialing-workflows/{id}"
tags: ["CredentialingWorkflow"]
---

# Delete a credentialing workflow and its associated data

`DELETE /credentialing-workflows/{id}`

Deletes the credentialing workflow identified by `id` along with its cascaded child records. The delete is not idempotent — a second call for the same `id` returns 404. The workflow must belong to the caller's tenant; attempting to delete a workflow from another tenant returns 403. Returns 404 if the workflow is not found. Whether the underlying row is hard- or soft-deleted is determined by the DAL and is not asserted here.

## Path parameters

- `id` string, required

## Headers

- `tenant-id` string, required

## Response `204`

Successfully deleted the credentialing workflow

## Other responses

- `401` — Unauthorized - Authentication required
- `403` — Forbidden - User does not have required permissions
- `404` — 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)
