deleteChannel
Delete a channel. Requires the 'manage_group' channel permission (app admins bypass). DESTRUCTIVE: cascades to members and roles and notifies Buddy servers to tear down message routing for the channel. Returns true on success.
deleteChannel(
groupId: BigInt!
): Boolean!
Arguments
deleteChannel.groupId ● BigInt! non-null scalar
The channel to delete.
Type
Boolean scalar
The Boolean scalar type represents true or false.