latestOpenAPI 3.1.02026-08-194237902.5 MB

563848e0ecc0

CredentialingWorkflow

Delete a file attachment from a credentialing workflow

Deletes an attachment from the credentialing workflow identified by workflowId. The request body must identify the attachment via id (the row/record identifier) and fileUrl (the storage URL of the file). Requires the tenant-id header. Returns 200 with the deletion result on success.

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