For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Contact Sales
DocsAPI reference
DocsAPI reference
  • API Reference
        • GETGet Match
        • GETTest Match
        • GETGet Multi
        • GETGet Unique Values For Dimension
        • GETGet Rate History
        • POSTUpload a fee schedule (a collection of rates)
        • DELDelete a rate
        • GETGet Payer Thresholds Default
        • GETGet Payer Thresholds
        • PUTSet Payer Threshold
        • POSTHard delete rates
        • POSTHard delete rates by IDs
Contact Sales
LogoLogo
API ReferenceFee SchedulesV3

Delete a rate

DELETE
/api/fee-schedules/v3/:rate_id/:version
DELETE
/api/fee-schedules/v3/:rate_id/:version
$curl -X DELETE https://api.joincandidhealth.com/api/fee-schedules/v3/d5e9c84f-c2b2-4bf4-b4b0-7ffd7a9ffc32/1 \
> -H "Authorization: Bearer <token>"
Soft deletes a rate from the system. Only the most recent version of a rate can be deleted.
Was this page helpful?
Previous

Get Payer Thresholds Default

Next
Built with

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

rate_idUUIDRequired
versionintegerRequired

Errors

404
Entity Not Found Error
409
Entity Conflict Error