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
Example request
{
"id": "dea-0",
"fileUrl": "tenant123/practitioner/prac-456/attachments/dea/1729771200000_cert.pdf"
}Response
Attachment deleted successfully