# Cancel Provider Credentialing Workflow Move a provider credentialing workflow to cancel status. Cancellation Criteria - The workflow must exist and be accessible to the current organization and user. - The workflow can only be approved by Credentialing User, Supervisor, Medical Director or Provisional Approver. - Once the workflow is in the cancelled state, it cannot be reverted by any user besides Supervisor. Endpoint: PUT /v2/credentialing-workflows/{id}/steps/move-to-cancel Security: BearerAuth ## Header parameters: - `organization-id` (string) ## Path parameters: - `id` (string, required) ## Request fields (application/json): - `reason` (string, required) Reason for moving the workflow to cancel ## Response 204 fields ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields