---
title: "Deny Provider Credentialing Workflow"
method: PUT
path: "/v2/credentialing-workflows/{id}/steps/move-to-cred-denied"
tags: ["v2/credentialing-workflows"]
---

# Deny Provider Credentialing Workflow

`PUT /v2/credentialing-workflows/{id}/steps/move-to-cred-denied`

Move a provider credentialing workflow to denied status.<br/><br/>
      Denial Criteria<br/>
      - The workflow must exist and be accessible to the current organization and user.<br/>
      - The workflow can only be denied by Medical Director or Provisional Approver.<br/>
      - The workflow must be in state (PSV ready, Tabled, Hold for Cred Comm) that allows the 
        requested transition.<br/>
      - Once the workflow is in the denied state, it cannot be reverted by any user besides Supervisor.<br/>

## Path parameters

- `id` string, required

## Headers

- `organization-id` string

## Request body

- SetCredStatusChangeMetaDataDtoV2
  - `credStatusDate` string, date-time — Timestamp at which credentialing was approved/denied.
  - `medicalDirectorId` string — ID of the medical director authorized to communicate the approval as assigned by Certify.

## Response `204`

Updated.

## Other responses

- `400` — Bad request.
- `401` — Unauthorized if authorization token is not provided or invalid.
- `403` — Forbidden if user access is not right.
- `404` — Resource not found.

---

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