latestOpenAPI 3.1.02026-08-194237902.5 MB
563848e0ecc0
FacilityCredentialingWorkflow
Delete an attachment from a facility workflow record
Deletes an attachment record from the specified facility credentialing workflow. When to use: Use to remove a file attachment that was uploaded in error or is no longer relevant. Request body: Supply the attachment id and fileUrl to identify which attachment to delete. Idempotency: Returns: 200 OK with the updated attachment state.
delete/facility-credentialing-workflows/{workflowId}/attachments
Path parameters
workflowIdstring required
Headers
tenant-idstring required
Request body
Example request
{
"id": "specialties-0",
"fileUrl": "facility-credentialing-workflow-attachments/workflow-123/specialties/1729771200000_specialty-certificate.pdf"
}Response
Attachment deleted successfully