Skip to content

Delete User Appointment

Request

Security
BearerPartner
Path
record_idnumberrequired

Appointment ID (enough to delete the appointment if the user is authorized)

Example:22123
record_hashstringrequired

HASH appointments (required to delete the appointment if the user is not authorized)

Example:'dawd4fs09rhf0s9fafef0'
Headers
Acceptstringrequired

e.g. application/vnd.api.v2+json

Example:application/vnd.api.v2+json
Content-Typestringrequired

application/json

Authorizationstringrequired

Bearer partner_token, User user_token

curl -i -X DELETE \
  'https://developer.alteg.io/_mock/en/public/openapi/user/records/22123/'\''dawd4fs09rhf0s9fafef0'\''' \
  -H 'Accept: application/vnd.api.v2+json' \
  -H 'Authorization: Bearer <YOUR_Bearer {PartnerToken}_HERE>' \
  -H 'Content-Type: string'

Responses

OK

Response
No content