Jump to Content
Axle Health
API Reference
v1.0

Log InAxle Health
API Reference
Log In
v1.0API Reference

Axle Health API

  • Availability
    • Retrieve timeslots in date rangepost
  • Document
    • Get a Documentget
    • Upload a Documentpost
  • Patient
    • Create a new Patientpost
    • Update a Patientput
    • Get a Patientget
    • Get Visits for a Patientget
  • Provider
    • Create a Providerpost
    • Retrieve a Providerget
  • Services
    • Find available Services in a zip codeget
  • Intake Form
    • Get Prompts by Serviceget
  • Visit
    • Get a cost and duration estimate for a visitpost
    • Create a Visitpost
    • Add a Patient to a Visitpost
    • Remove a Patient from a Visitdel
    • Add a service to a visitpost
    • Visit Lifecycle
    • Remove a service from a visitdel
    • Get a Visitget
    • Reschedule or Cancel a Visitput
    • Get prompt responses for a visitget
  • Webhooks
    • List webhook subscriptions for V1 of the APIget
    • Create a webhook subscription for V1 of the APIpost
    • Delete a webhook subscription for V1 of the APIdel
    • Webhook Authentication
    • Test Webhooks
    • Visitpost
    • Documentpost
    • Lab Resultspost
    • Providerpost
Powered by 

Remove a service from a visit

delete https://api.axlehealth-dev.com/v1/visits/remove-services

After a visit has been booked you can remove services. Use this endpoint to remove services that are present on the visit. You can do this until the visit's scheduled time minus the lead time configured for your account (typically 24-48 hours).

Language