UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

15 lines 413 B
/** * ```js * import { EventRepository } from '@amityco/ts-sdk-react-native' * const { success } = await EventRepository.deleteEvent(eventId) * ``` * * Deletes a {@link Amity.Event} * * @param eventId The {@link Amity.Event} ID to delete * * @category Event API * @async */ export declare const deleteEvent: (eventId: Amity.Event['eventId']) => Promise<void>; //# sourceMappingURL=deleteEvent.d.ts.map