Path parameters

  • id string(uuid) Required

    The id of the booking to delete

Responses

  • 200

    Success

  • 204

    If the operation is successfully done

  • 401

    If the user is not authenticated

  • 403

    If the user is not authorized

DELETE /api/Bookings/{id}
curl \
 -X DELETE http://api.example.com/api/Bookings/{id} \
 -H "Authorization: Bearer $ACCESS_TOKEN"