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