pub async fn delete_action(
__arg0: State<App>,
_tn_id: TnId,
__arg2: Path<String>,
__arg3: OptionalRequestId,
) -> ClResult<(StatusCode, Json<ApiResponse<()>>)>Expand description
DELETE /api/actions/:action_id - Delete action
pub async fn delete_action(
__arg0: State<App>,
_tn_id: TnId,
__arg2: Path<String>,
__arg3: OptionalRequestId,
) -> ClResult<(StatusCode, Json<ApiResponse<()>>)>DELETE /api/actions/:action_id - Delete action