latestOpenAPI 3.1.02026-08-194237902.5 MB

563848e0ecc0

Practitioner

Delete an attachment from a practitioner credentialing row

Removes the attachment identified by fileUrl from the specified row and deletes the file from GCS.

delete/practitioners/{id}/attachments

Path parameters

idstring required

Practitioner ID

Headers

tenant-idstring

Request body

idstring required

Row identifier (e.g., 'dea-0')

fileUrlstring required

File URL to identify the attachment for deletion

Example request

{
  "id": "dea-0",
  "fileUrl": "tenant123/practitioner/prac-456/attachments/dea/1729771200000_cert.pdf"
}

Response

Attachment deleted successfully