cURL
curl --request DELETE \ --url https://api.scholarlysoftware.com/api/v1/additional_appointments/{id} \ --header 'Authorization: Bearer <token>'
Delete a additional appointment
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Bearer token
Additional appointment UUID
additional appointment deleted