Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 486 Bytes

cancellation.md

File metadata and controls

18 lines (11 loc) · 486 Bytes

Cancellation Calendlyr::Events::Cancellation

Provides data pertaining to the cancellation of the Event or the Invitee.

Visit official API Doc

Client requests

Cancel event

Cancels specified event.

Visit official API Doc

client.events.cancel(uuid: event_uuid, reason: "I'm bussy")
#=> #<Calendlyr::Events::Cancellation>