DELETE
/
visit-reservations
/
{id}
curl --request DELETE \
  --url https://api.axlehealth.com/api/v2-stable/visit-reservations/{id} \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Path Parameters

id
string
required

The ID of the visit reservation to delete.

Example:

"bbde9f02-f44d-4ef0-924f-204674be2d62"

Body

application/json · object

Response

200
application/json

Successful deletion response

The response is of type object.