paziresh24 Booking
  1. Core booking
paziresh24 Booking
  • Central Booking
    • provider schedules (workhours)
      GET
  • Core booking
    • provider data
      • Get provider services
      • Get provider availability status
    • Availability data
      • Get first availability status
    • Available slots for provider service
      GET
    • Create Appointment
      POST
    • Appointmets
      GET
    • Appointment
      GET
    • Cancel an Appointment
      DELETE
  1. Core booking

Cancel an Appointment

DELETE
https://apigw.paziresh24.com/core-booking/v1/appointments/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://apigw.paziresh24.com/core-booking/v1/appointments/'
Response Response Example
{}

Request

Path Params
id
string <uuid>
required

Responses

🟢204No Content
application/json
Body
object {0}
Previous
Appointment
Built with