eventDelete
mutation
Delete events Removes one or more events from the company calendar.
mutation {
eventDelete(companyId: Int!, eventId: [String]!): DeletionError!
}Returns: DeletionError!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
eventId | [String]! |