useDeleteAgentEvent
Agent Runtimes / hooks/useNotifications / useDeleteAgentEvent
Function: useDeleteAgentEvent()
useDeleteAgentEvent(
agentId):UseMutationResult<{success:boolean; },Error,string| {eventAgentId?:string;eventId:string; },unknown>
Defined in: hooks/useNotifications.ts:175
Parameters
agentId
string
Returns
UseMutationResult<{ success: boolean; }, Error, string | { eventAgentId?: string; eventId: string; }, unknown>