latestOpenAPI 3.1.02026-08-194237902.5 MB
563848e0ecc0
FacilityCredentialingWorkflow
Bulk delete facility workflows asynchronously
Asynchronously deletes multiple facility credentialing workflows via a chunked Cloud Tasks fan-out. Returns 202 immediately with a jobId and accepted ID count — not per-ID outcomes. Chunk and per-ID cascade-delete callbacks complete out of band.
post/facility-credentialing-workflows/bulk-delete
Headers
tenant-idstring required
Tenant ID
Request body
Example request
{
"workflowIds": [
"a2b4f213-f56e-49b7-9ffe-070ff70f0539",
"b3c5f324-f67e-49b8-0aff-181ff81f1640"
]
}Response
Bulk delete accepted. The body reports the jobId and how many IDs were accepted.
Example response
{
"jobId": "5f1c2e8a-9b3d-4c7e-8a21-0f6d2b4c1e90",
"requestedCount": 25,
"acceptedCount": 25,
"status": "ACCEPTED",
"message": "Deletion started. Your request to delete 25 workflow(s) is being processed in the background."
}