v1

latestOpenAPI 3.1.02026-08-063776831.4 MB
CredentialingWorkflow

Delete attachment from credentialing workflow row

delete/credentialing-workflows/{workflowId}/attachments

Path parameters

workflowIdstring required

Headers

tenant-idstring required

Request body

idstring required

Row identifier

fileUrlstring required

File URL to identify the attachment for deletion

Example request

{
  "id": "dea-0",
  "fileUrl": "credentialing-workflow-attachments/workflow-123/dea/1729771200000_dea-certificate.pdf"
}

Response

Attachment deleted successfully