DELETE /bookings/{booking_id}/models/{booking_model_id}/fees/{booking_model_fee_id}

Path parameters

  • booking_id integer(int32) Required

    ID of booking that booking model belongs to

  • booking_model_id integer(int32) Required

    ID of booking model that schedule belongs to

  • booking_model_fee_id integer(int32) Required

    ID of booking model fee to remove

Responses

  • 204

    Booking model fee removed

  • 500 application/json

    An unexpected error occurred

    Hide response attributes Show response attributes object
    • code integer(int32) Required
    • message string Required
DELETE /bookings/{booking_id}/models/{booking_model_id}/fees/{booking_model_fee_id}
curl \
 --request DELETE 'https://*.syngency.com/admin/api/bookings/{booking_id}/models/{booking_model_id}/fees/{booking_model_fee_id}'
Response examples (500)
{
  "code": 42,
  "message": "string"
}