UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

16 lines 553 B
/** * ```js * import { SubChannelRepository } from '@amityco/ts-sdk-react-native' * const success = await SubChannelRepository.hardDeleteSubChannel('foobar') * ``` * * Deletes a {@link Amity.SubChannel} * * @param subChannelId The {@link Amity.SubChannel} ID to hard delete * @return The {@link Amity.SubChannel} was hard deleted * * @category Channel API * @async */ export declare const hardDeleteSubChannel: (subChannelId: Amity.SubChannel['subChannelId']) => Promise<Amity.SubChannel>; //# sourceMappingURL=hardDeleteSubChannel.d.ts.map